tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 23 Feb 2024 11:54:51 +0100
changeset 3901 b8b3573475e7
parent 3693 4058140a8757
permissions -rwxr-xr-x
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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