Atlas is an open-source network scanner and visualization platform that discovers and maps your infrastructure—including physical hosts, virtual machines, and Docker containers—into an interactive web dashboard.
docker run -d \
--name atlas \
--cap-add=NET_RAW \
--cap-add=NET_ADMIN \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 80:8888 \
-p 81:8889 \
keinstien/atlas:latest
Content type
Image
Digest
sha256:74a1771fa…
Size
236 MB
Last updated
7 months ago
docker pull keinstien/atlas