tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 13 Mar 2024 08:38:21 +0100
changeset 3911 ec3c7e76f694
parent 3693 4058140a8757
permissions -rwxr-xr-x
IDE: Fix local runtime not starting on windows.
Consequence of updating ProcessLogger's argument handling.
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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