kirill-stepanishin commented on code in PR #3213: URL: https://github.com/apache/tinkerpop/pull/3213#discussion_r2371327626
########## docs/src/reference/gremlin-variants.asciidoc: ########## @@ -525,27 +525,42 @@ can be found in GitHub link:https://github.com/apache/tinkerpop/tree/x.y.z/greml and are designed to connect to a running <<gremlin-server,Gremlin Server>> configured with the `conf/gremlin-server.yaml` and `conf/gremlin-server-modern.yaml` files as included with the standard release packaging. -To run the examples, first download an image of Gremlin Server from Docker Hub: +There are two ways to run Gremlin Server for these examples: + +- *Running locally* – see the <<gremlin-server,Gremlin Server>> documentation. +- *Running with Docker*: + Review Comment: Applied this suggestion, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
