docker-diff icon indicating copy to clipboard operation
docker-diff copied to clipboard

:whale: Compare Docker images

Results 4 docker-diff issues
Sort by recently updated
recently updated
newest added

please bake new release, don't forget to update brew recipe. I was really puzzled finding that I installed the tool using instructions from this project readme, and the installed script...

It would be most convenient to skip installation and use docker-diff directly from a docker image, like so for example: ```bash docker run moul/docker-diff:1.1 alpine:3.2 alpine:3.3 ```

It looks like the diff this produces is based on the file names and sizes as listed by export/tar. What happens if a file changes but stays the same length?...

Does it support only mac or Debian/Ubuntu as well