Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovemycodesnippets/016f61e9bda3c3e409cabdc4bf9fd9cf to your computer and use it in GitHub Desktop.
Save lovemycodesnippets/016f61e9bda3c3e409cabdc4bf9fd9cf to your computer and use it in GitHub Desktop.
docker run -d \
  --name atlas \
  --network=host \
  --cap-add=NET_RAW \
  --cap-add=NET_ADMIN \
  -v /var/run/docker.sock:/var/run/docker.sock \
  keinstien/atlas:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment