Skip to content

A minimal container management engine inspired by Yacht and powered by NextJs.

Notifications You must be signed in to change notification settings

marcjmiller/dinghy

Repository files navigation

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

About

A minimal container management engine inspired by Yacht and powered by NextJs.

Topics

Resources

Stars

Watchers

Forks