tests/tools/Docker/beremiz-sikuli/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 11 Oct 2022 15:02:07 +0200
branchwxPython4
changeset 3633 837e7782d83e
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
OPC-UA: better logging in case of failure at init
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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