tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 18 Oct 2023 19:36:20 +0200
changeset 3870 be827d87b515
parent 3693 4058140a8757
permissions -rwxr-xr-x
Move tests/project/modbus in exemples.
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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