Re: [TinkerPop] Re: Docker images: gremlin-server and gremlin-console

2017-06-07 Thread Benjamin Ricaud
script files also help learning how gremlin works. Benjamin Le mardi 6 juin 2017 18:39:09 UTC+2, Stephen Mallette a écrit : > > Would it be interesting to anyone for TinkerPop to have an official docker > image? > > On Tue, Jun 6, 2017 at 12:22 PM, Benjamin Ricaud > wrote

Re: Docker images: gremlin-server and gremlin-console

2017-06-06 Thread Benjamin Ricaud
Thanks Jean-Baptiste, I have also done a container for the gremlin-server 3.2.4, configured to be used with gremlin-python: https://hub.docker.com/r/bricaud/gremlin-server/ I noticed that you do not need the IP trick for the server to be accessed. If you set host: 0 in your gremlin-conf.yaml, (