Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lovemycodesnippets/a23ffd03c66362fdd0f8c88451bb4a99 to your computer and use it in GitHub Desktop.

Select an option

Save lovemycodesnippets/a23ffd03c66362fdd0f8c88451bb4a99 to your computer and use it in GitHub Desktop.
docker run -d \
  --name dockhand \
  --restart unless-stopped \
  -p 3000:3000 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v dockhand_data:/app/data \
  fnsys/dockhand:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment