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
@@ -42,10 +43,10 @@ The Docker image can be built by calling the `docker build` command, for example
42
43
docker build --tag=gremlin-visualizer:latest .
43
44
```
44
45
45
-
The image can also be downloaded from Docker hub: [`prabushitha/gremlin-visualizer:latest`](https://hub.docker.com/r/prabushitha/gremlin-visualizer).
46
+
The image can also be downloaded from Docker hub: [`mapped/gremlin-visualizer:latest`](https://hub.docker.com/r/mapped/gremlin-visualizer).
46
47
47
48
```sh
48
-
docker pull prabushitha/gremlin-visualizer:latest
49
+
docker pull mapped/gremlin-visualizer:latest
49
50
```
50
51
51
52
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.
@@ -54,7 +55,7 @@ The Docker image can then be run by calling `docker run` and exposing the necess
0 commit comments