Igor Ostapenko created TINKERPOP-2685:
-----------------------------------------
Summary: "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
{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)