Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/802#discussion_r189940200 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -353,6 +353,38 @@ variable initialization code into the console. Like, execution mode, it is also possible to pass multiple scripts by specifying multiple `-i` options. See the <<execution-mode, Execution Mode Section>> for more information on the specifics of that capability. +[[gremlin-console-docker-image]] +=== Docker Image +The Gremlin Console can also be started as a link:https://hub.docker.com/r/tinkerpop/gremlin-console/[Docker image]: --- End diff -- i wonder if we should deploy a SNAPSHOT version as part of the review of this PR to make sure that process goes smoothly. if you think that's a good idea, i can get a DISCUSS thread going on the ML for it and make that happen. wdyt?
---