tests/tools/Docker/enter_docker_as_root.sh
author GP Orcullo <kinsamanka@gmail.com>
Fri, 28 Oct 2022 18:59:04 +0800
branchpython3
changeset 3764 d92c1a3dafa7
parent 3693 4058140a8757
permissions -rwxr-xr-x
wx fixes for controls
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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