tests/tools/Docker/enter_docker_as_root.sh
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 19 Sep 2024 12:05:35 +0200
changeset 4015 ab96d56f9ae9
parent 3693 4058140a8757
permissions -rwxr-xr-x
MQTT: fix bisection failing when topics start with same substring.
#!/bin/bash

CONTAINER=beremiz_sikuli_current

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