Sign inSign up

mrdreambot/arm64-docker-swarm-visualizer

By mrdreambot

•Updated about 9 years ago

This is the Docker Swarm Visualizer for my ODROID-C2 Docker cluster (ARM64)

Image
5

10K+

mrdreambot/arm64-docker-swarm-visualizer repository overview

This image is based on the ip4368/node-arm64 image and dockersamples/docker-swarm-visualizer⁠.

To run it as a service, issue command:

docker service create \
  --name=dsv \
  --publish=8080:8080/tcp \
  --constraint=node.role==manager \
  --mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
  mrdreambot/arm64-docker-swarm-visualizer

And point your browser at the manager port 8080.

Tag summary

Content type

Image

Digest

Size

249.6 MB

Last updated

about 9 years ago

docker pull mrdreambot/arm64-docker-swarm-visualizer