tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 22 May 2023 14:37:15 +0200
changeset 3812 92e528718733
parent 3693 4058140a8757
permissions -rwxr-xr-x
CLI: simpler status polling, fixing pyro5 thread
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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