Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/securingsincity/docker-image-diff
https://github.com/securingsincity/docker-image-diff
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/securingsincity/docker-image-diff
- Owner: securingsincity
- Created: 2016-07-30T00:00:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T00:05:20.000Z (over 8 years ago)
- Last Synced: 2024-11-08T02:10:12.031Z (about 2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```