[
https://issues.apache.org/jira/browse/TINKERPOP-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17474967#comment-17474967
]
Dave Bechberger commented on TINKERPOP-2685:
--------------------------------------------
I am able to run this without any issues on my Mac using Docker version 20.10.8
```
~ ❯ docker run tinkerpop/gremlin-server:3.5.1
Unable to find image 'tinkerpop/gremlin-server:3.5.1' locally
3.5.1: Pulling from tinkerpop/gremlin-server
5843afab3874: Pull complete
71bf5f49f093: Pull complete
9f4e90ab505e: Pull complete
d0b7ecf865ae: Pull complete
c6eb3463d6ac: Pull complete
74029860ca5d: Pull complete
0aa23e6a0143: Pull complete
5bad55de1a17: Pull complete
7bed58eb1c18: Pull complete
Digest: sha256:2f032dc74d3c2e54ea217064db330855e23931da5fc8ad5e561d274db8cf543a
Status: Downloaded newer image for tinkerpop/gremlin-server:3.5.1
[INFO] GremlinServer - 3.5.1
\,,,/
(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
[INFO] MetricManager - Configured Metrics CsvReporter configured with report
interval=180000ms to fileName=/tmp/gremlin-server-metrics.csv
[INFO] MetricManager - Configured Metrics JmxReporter configured with domain=
and agentId=
```
> "docker run tinkerpop/gremlin-server:3.5.1" does not work
> ---------------------------------------------------------
>
> Key: TINKERPOP-2685
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2685
> Project: TinkerPop
> Issue Type: Bug
> Components: server
> Affects Versions: 3.5.1
> Reporter: Igor Ostapenko
> Priority: Blocker
>
>
> {code:java}
> $ docker run tinkerpop/gremlin-server:3.5.1
> WARNING: /opt/gremlin-server//opt/gremlin-server/conf/gremlin-server.yaml is
> unreadable
> Configuration file not found.
> Usage: /opt/gremlin-server/bin/gremlin-server.sh
> {start|stop|restart|status|console|install <group> <artifact> <version>|<conf
> file>}
> start Start the server in the background using
> conf/gremlin-server.yaml as the
> default configuration file
> stop Stop the server
> restart Stop and start the server
> status Check if the server is running
> console Start the server in the foreground using
> conf/gremlin-server.yaml as the
> default configuration file
> install Install dependencies
> If using a custom YAML configuration file then specify it as the only
> argument for Gremlin
> Server to run in the foreground or specify it via the GREMLIN_YAML
> environment variable.
> {code}
> But `docker run tinkerpop/gremlin-server:3.5.0` works fine.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)