We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d061b commit 0039eadCopy full SHA for 0039ead
README.md
@@ -7,6 +7,8 @@ Occasionally the Remote API will return incomplete data, for instance the node c
7
8
To run: docker run -it -d -p 8080:8080 -e HOST=[YOURHOST] -v /var/run/docker.sock:/var/run/docker.sock manomarks/visualizer
9
10
+If port 8080 is already in use on your host, you can specify e.g. `-p 5000:5000 -e HOST=[YOURHOST] -e PORT=5000` instead.
11
+
12
Here's a sample with one node:
13
14

0 commit comments