Skip to content

[arm64] Unofficial Docker image for Raspberry Pi — snopro/atlas:arm64 #103

@jorge-pat

Description

@jorge-pat

Atlas for ARM64 (Raspberry Pi 4/5)
Unofficial arm64 build of Atlas Network Visualizer by karam-ajaj. Original only ships amd64 — this image was compiled natively on RPi5.

Compatible hardware
Raspberry Pi 4 / 5
version 3.3.5

https://hub.docker.com/r/snopro/atlas

Don't forget to compile the frontend:

Quick start (arm64)

docker run -d
--name atlas
--network=host
--cap-add=NET_RAW
--cap-add=NET_ADMIN
-v /var/run/docker.sock:/var/run/docker.sock
-e ATLAS_UI_PORT='8886'
-e ATLAS_API_PORT='8887'
-e ATLAS_ADMIN_USER='admin'
-e ATLAS_ADMIN_PASSWORD='change-me'
-e SCAN_SUBNETS="192.168.1.0/24"
snopro/atlas:arm64

Access UI at: http://your-ip:8886/index.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions