google / shipshape

Program analysis platform
Apache License 2.0
271 stars 35 forks source link

Shipping container log file errors #55

Closed llbit closed 9 years ago

llbit commented 9 years ago

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?

llbit commented 9 years ago

Oops, I was missing the -v=/tmp:/shipshape-output argument.