https://github.com/lindt/docker-pngcheck
Docker Container for pngcheck
https://github.com/lindt/docker-pngcheck
cli docker pngcheck tool
Last synced: 12 months ago
JSON representation
Docker Container for pngcheck
- Host: GitHub
- URL: https://github.com/lindt/docker-pngcheck
- Owner: lindt
- License: mit
- Created: 2016-11-07T16:02:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T17:17:45.000Z (over 9 years ago)
- Last Synced: 2025-06-01T14:48:52.719Z (about 1 year ago)
- Topics: cli, docker, pngcheck, tool
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/imagetools/pngcheck/)
[](https://hub.docker.com/r/imagetools/pngcheck/)
[](https://hub.docker.com/r/imagetools/pngcheck/)
# docker-pngcheck
Docker Container for pngcheck
## Usage
Place a `test.png` into your current folder and then call:
```
docker run -t -v $(pwd):/work -w /work imagetools/pngcheck test.png
```