You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,37 +27,37 @@ Note - Frontend starts on port 3000 and simple Node.js server also starts on por
35
27
36
28
#### Setting up with Docker
37
29
38
-
You can build a Docker image of the gremlin visualizer with the included `Dockerfile`.
39
-
This will use the current version of the `master` branch of the source GitHub repository.
30
+
You can build a Docker image of the JanusGraph visualizer with the included `Dockerfile`.
31
+
This will use the current version of the `main` branch of the source GitHub repository.
40
32
The Docker image can be built by calling the `docker build` command, for example:
41
33
42
34
```sh
43
-
docker build --tag=gremlin-visualizer:latest .
35
+
docker build --tag=janusgraph-visualizer:latest .
44
36
```
45
37
46
-
The image can also be downloaded from Docker hub: [`mapped/gremlin-visualizer:latest`](https://hub.docker.com/r/mapped/gremlin-visualizer).
38
+
The image can also be downloaded from Docker hub: [`janusgraph/janusgraph-visualizer:latest`](https://hub.docker.com/r/janusgraph/janusgraph-visualizer).
The Docker image can then be run by calling `docker run` and exposing the necessary ports for communication. See [Docker's documentation](https://docs.docker.com/engine/reference/commandline/run/) for more options on how to run the image.
0 commit comments