Created
September 23, 2025 23:19
-
-
Save lovemycodesnippets/016f61e9bda3c3e409cabdc4bf9fd9cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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