Sign inSign up

keinstien/atlas

By keinstien

Updated 7 months ago

Image
3

100K+

keinstien/atlas repository overview

🗺️ Atlas – Automated Network Discovery & Visualization

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.


🚀 Features

  • Automated network & Docker scanning
  • Live interactive web dashboard
  • Subnet and cluster visualization
  • Detailed node info (IPs, MACs, OS, open ports, Docker metadata)
  • Filtering, search, and export to PNG
  • REST API for integration

🐳 Quick Start

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

Tag summary

Content type

Image

Digest

sha256:74a1771fa

Size

236 MB

Last updated

7 months ago

docker pull keinstien/atlas