Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/securingsincity/docker-image-diff


https://github.com/securingsincity/docker-image-diff

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

#Docker-Image-Diff

This will be changing but a way to use Uber's image-diff through docker

```
git clone https://github.com/securingsincity/docker-image-diff.git
mkdir images
# copy an actual.jpg and an expected.jpg to images
docker build -t image-diff .
docker run -it -v ./images:/usr/app/images image-diff
#produces a difference.png in images
```