docker-swarm-visualizer-rs
docker-swarm-visualizer-rs copied to clipboard
How can I run it on other path rather than the Root path '/'
Hi, thanks for the package.
Is there the command that allows me to run on user defined path, for example: localhost:8585:/swarm-viz.
Similar to the CTX_ROOT:
docker run -it -d -e CTX_ROOT=/visualizer -v /var/run/docker.sock:/var/run/docker.sock dockersamples/visualizer
No, not yet. Why is this needed?
Hi! I think this could be a good addition to put the swarm visualizer behind a reverse proxy.