femtopixel/docker-builder
Docker builder - docker image / This image can build a docker image when receiving a message
116
When receiving a message on http protocole, daemon is executed to interprete JSON body message and send to /root/update.sh
script
docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock test
-v "$HOME/.ssh/:/root/.ssh/"
-v "/usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static"
and so on...-v $HOME/.docker/config.json:/root/.docker/config.json
If you don't have Docker installed yet, you can do it easily in one line using this command
curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/0e650b38fde684c4ac534b254099d6d5543375f1/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER
docker pull femtopixel/docker-builder