Skip to content

Commit

Permalink
Merge pull request #12 from simonellistonball/master
Browse files Browse the repository at this point in the history
Fixed docker pull link in demo readme
  • Loading branch information
bricaud authored Mar 9, 2018
2 parents f484438 + 5970062 commit 446f816
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run -p 8182:8182 -it --name gremlin-server-rest bricaud/gremlin-server-wi
```
or for the websocket version:
```
docker pull bricaud/gremlin-with-demo-graph:websocket
docker pull bricaud/gremlin-server-with-demo-graph:websocket
docker run -p 8182:8182 -it --name gremlin-server-websocket bricaud/gremlin-server-with-demo-graph:websocket
```
### Running a graphexp Demo with Docker
Expand Down Expand Up @@ -114,6 +114,3 @@ If you want to explore the world of insects, you may start with the taxon `Insec
You may also be interested in the `Homo` group.

Have a try on the live demo of Graphexp on the [project Github page](https://bricaud.github.io/graphexp/).



0 comments on commit 446f816

Please sign in to comment.