Sign inSign up

hypriot/visualizer

By hypriot

Updated over 7 years ago

Docker Swarm Visualizer for different CPU types

Image
7

100K+

hypriot/visualizer repository overview

Docker Swarm Visualizer

This repo contains the Docker Swarm Visualizer for different ARM devices.

Any Raspberry Pi on a 32bit OS

$ docker run -it -d -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock hypriot/visualizer:linux-armv6

Raspberry Pi 3 B+ on a 64bit OS

$ docker run -it -d -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock hypriot/visualizer:linux-arm64

See more details at https://hub.docker.com/r/dockersamples/visualizer

Tag summary

Content type

Image

Digest

Size

53.3 MB

Last updated

over 7 years ago

docker pull hypriot/visualizer:linux-armv6