tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 24 Nov 2022 17:21:53 +0100
branchwxPython4
changeset 3693 4058140a8757
parent 3425 tests/tools/Docker/beremiz-sikuli/enter_docker_as_root.sh@ee3b84d09ccf
permissions -rwxr-xr-x
Tests: cleanup and tidy docker definitions and scripts
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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