spmallette commented on issue #1075: Docker gremlin-server test script URL: https://github.com/apache/tinkerpop/pull/1075#issuecomment-480822506 Came back to this to try it out. When I go to start it with: `docker/gremlin-server.sh` i get: ```text $ docker/gremlin-server.sh Using Gremlin Server latest Sending build context to Docker daemon 770.3MB Step 1/9 : FROM tinkerpop/gremlin-server:latest ---> 826f5bf53d48 Step 2/9 : RUN mkdir -p /opt ---> Running in 0c0fd5c03b8a ---> 95a2a636f89a Removing intermediate container 0c0fd5c03b8a Step 3/9 : WORKDIR /opt ---> 53b5ad93b0e4 Removing intermediate container 0d1c3c5bd364 Step 4/9 : COPY gremlin-server/src/test /opt/test/ ---> 429d70b20698 Removing intermediate container 8e558f9d322a Step 5/9 : COPY docker/gremlin-server/docker-entrypoint.sh docker/gremlin-server/*.yaml /opt/ ---> 43f453f4fbe9 Removing intermediate container 57df79bfb216 Step 6/9 : RUN chmod 755 /opt/docker-entrypoint.sh ---> Running in 31395a09f130 chmod: /opt/docker-entrypoint.sh: Operation not permitted The command '/bin/sh -c chmod 755 /opt/docker-entrypoint.sh' returned a non-zero code: 1 Unable to find image 'tinkerpop:gremlin-server-test-1554728236' locally docker: Error response from daemon: repository tinkerpop not found: does not exist or no pull access. See 'docker run --help'. ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
