enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 10 Aug 2022 17:50:04 +0200
changeset 83 db3f332d7144
parent 37 fd09116d3537
permissions -rwxr-xr-x
Add new sanity checksums.
#!/bin/bash

CONTAINER=beremiz_public_builder_current

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