Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 606 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 606 Bytes

Dinghy

Tech Used:

Deploy

docker run --name dinghy -u $(id -u ${USER}):$(cut -d: -f3 < <(getent group docker)) -p 9002:3000 -v /var/run/docker.sock:/var/run/docker.sock --restart unless-stopped -d marcjmiller/dinghy:latest

This runs Dinghy with your current user ID and the docker group ID, so that Dinghy can access /var/run/docker.sock to talk to Docker, alternatively you can manually set the -u option