enter_docker_as_root.sh
author etisserant <edouard.tisserant@gmail.com>
Mon, 16 Jan 2023 20:42:47 +0000
changeset 111 e31e95e05a3c
parent 37 fd09116d3537
permissions -rwxr-xr-x
Add MSYS2' make to windows installer
#!/bin/bash

CONTAINER=beremiz_public_builder_current

docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER