tests/tools/Docker/beremiz-sikuli/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 06 Sep 2022 21:06:36 +0200
branchwxPython4
changeset 3589 a0b645a934c9
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
OPC-UA, IDE: add CTN parameters to support OPC-UA encryption and authentication.

xmlclass had to be enhanced to support elements with no content in xsd:choice
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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