tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 18 Jun 2023 16:28:42 +0200
changeset 3820 46f3ca3f0157
parent 3693 4058140a8757
permissions -rwxr-xr-x
OPC-UA client : python3 + AsyncUA fixes
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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