enter_docker_as_root.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 13 Aug 2022 17:26:17 +0200
changeset 90 ab4e99dc80cb
parent 37 fd09116d3537
permissions -rwxr-xr-x
GH CD: Merge sources and snap dir instead of just giving checkout and artfifact download the same path
#!/bin/bash

CONTAINER=beremiz_public_builder_current

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