enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 13 Aug 2022 23:18:01 +0200
changeset 94 6d390b2623f5
parent 37 fd09116d3537
permissions -rwxr-xr-x
re-starting xvfb-run too fast makes problems. Trying with -a
#!/bin/bash

CONTAINER=beremiz_public_builder_current

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