[ https://issues.apache.org/jira/browse/TINKERPOP-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16381025#comment-16381025 ]
ASF GitHub Bot commented on TINKERPOP-1897: ------------------------------------------- Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/802#discussion_r171379911 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1830,6 +1862,63 @@ $ curl -X POST -d "{\"gremlin\":\"divideIt(8, 2)\"}" "http://localhost:8182" In the above REST-based requests, the bindings contain a special parameter that tells the `ScriptEngine` cache to immediately forget the script after execution. In this way, the function does not end up being globally available. +[[gremlin-server-docker-image]] +=== Docker Image +The Gremlin Server can also be started as a link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Docker image]: + +[source,text] +---- +$ docker run tinkerpop/gremlin-server:x.y.z +[INFO] GremlinServer - + \,,,/ + (o o) +-----oOOo-(3)-oOOo----- + +[INFO] GremlinServer - Configuring Gremlin Server from conf/gremlin-server.yaml +[INFO] MetricManager - Configured Metrics ConsoleReporter configured with report interval=180000ms --- End diff -- I suggest you elide some of the log output here....less to maintain should the output ever change. maybe "..." everything starting here down to (but not including): ```text [INFO] GremlinServer$1 - Gremlin Server configured with worker thread pool of 1, gremlin pool of 4 and boss thread pool of 1. ``` > 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 > 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)