[ https://issues.apache.org/jira/browse/TINKERPOP-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16487613#comment-16487613 ]
ASF GitHub Bot commented on TINKERPOP-1897: ------------------------------------------- Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/802#discussion_r190320705 --- 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 -- Definitely a good idea! It's easy to verify the Docker images themselves as the Dockerfiles are pretty clear and you can build and then test the images locally, but the deployment is definitely harder to test. I tried it with a small example Maven project but the integration in the larger TinkerPop project makes it of course more complicated and we could also use a SNAPSHOT deployment to check whether something is still missing in the documentation regarding deployment. > Provide Docker images of Gremlin Server and Console > --------------------------------------------------- > > Key: TINKERPOP-1897 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1897 > Project: TinkerPop > Issue Type: Improvement > Components: console, server > Affects Versions: 3.2.7 > Reporter: Florian Hockmann > Assignee: Florian Hockmann > Priority: Major > > TinkerPop should provide Docker images of Gremlin Server and Gremlin Console > that are deployed together with each release. > This originated from the mailing list: > [https://lists.apache.org/thread.html/744ae19afa9b2fd1984c1e11114dddc588e98786d9c21b633aab8bfa@%3Cdev.tinkerpop.apache.org%3E] -- This message was sent by Atlassian JIRA (v7.6.3#76005)