tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 22 Nov 2023 21:10:10 +0100
changeset 3875 6d65508a059e
parent 3693 4058140a8757
permissions -rwxr-xr-x
SVGHMI: Fix creation of SVG file if none provided
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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