google / shipshape

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

"Run with Local Docker Images" instructions in README do not work #48

Closed llbit closed 9 years ago

llbit commented 9 years ago

I have downloaded Docker, Shipshape, Blaze, and try to follow the instructions from "Building" and forward. I fail on the last step in "Run with Local Docker Images":

$ ./shipshape/test/end_to_end_test.sh --tag local
INFO: Detailed output will appear in end_to_end_test.log
INFO: Running with locally built containers
INFO: Building and deploying //shipshape/docker:service locally ...
INFO: Running command [bazel build //shipshape/docker:service]
Error response from daemon: could not find image: no such id: service:local
llbit commented 9 years ago

Fixed by updating the docker command in build_local in the end-to-end test script.