enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 02 Oct 2021 00:15:37 +0200
changeset 40 87e6588ad4c8
parent 37 fd09116d3537
permissions -rwxr-xr-x
Use pypi's zeroconf-py2compat instead of zeroconf2. Latest available release is more recent.
#!/bin/bash

CONTAINER=beremiz_public_builder_current

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