When I run just the Shipshape service using docker I get the following errors:
$ docker run --rm --link extend_0 --name=test gcr.io/shipshape_releases/service:local /bin/bash
/endpoint.sh: line 25: /shipshape-output/shipshape.shipping_container.log: No such file or directory
/endpoint.sh: line 18: /shipshape-output/shipshape.go_dispatcher.log: No such file or directory
/endpoint.sh: line 19: /shipshape-output/shipshape.java_dispatcher.log: No such file or directory
/endpoint.sh: line 20: /shipshape-output/shipshape.javac_dispatcher.log: No such file or directory
Is this a problem? Is everything still working as it should?
When I run just the Shipshape service using docker I get the following errors:
Is this a problem? Is everything still working as it should?