Visualizer container for the AffectUs project
226
Visualizer container for the AffectUs project It is based on the official Visualizer container
Version History No versioning, since no changes are made to it. The container is mirrored only for ease purposes. Uploaded on April 21st 2018
How to install Although it can be deployed locally, visualizer should only be used when deploying the AffectUs project on a swarm since it is a tool for visualizing the swarm services deployment. The way of running the visualizer locally is through the following command:
docker run --name visualizer -p 8080:8080/tcp -d --mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock affectus/visualizer
It can be accessed through the link address :8080
Content type
Image
Digest
Size
51.5 MB
Last updated
over 8 years ago
docker pull affectus/visualizer