GoogleContainerTools / container-diff

container-diff: Diff your Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run the example diff.

bobvanluijt opened this issue · comments

Expected behavior

Succesful output

Actual behavior

ERRO[0009] error retrieving image daemon://modified_debian:latest: retrieving image from daemon: Error response from daemon: reference does not exist

Information

I'm running the example command for the readme file ⬇️which results in the following error ⬆️.

container-diff diff daemon://modified_debian:latest remote://gcr.io/google-appengine/debian8:latest

@bobvanluijt you'll need to have an image called modified_debian in your local docker daemon for this to work. this was really just an example showing what the command looks like when you run it...maybe not the best example :) you'll get reference does not exist anytime you try and run the tool with a daemon:// prefixed image but it's not in your docker daemon.