Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindt/docker-pngcheck
Docker Container for pngcheck
https://github.com/lindt/docker-pngcheck
cli docker pngcheck tool
Last synced: 2 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T17:17:45.000Z (about 8 years ago)
- Last Synced: 2024-11-08T11:56:34.165Z (about 2 months ago)
- Topics: cli, docker, pngcheck, tool
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker pulls](https://img.shields.io/docker/pulls/imagetools/pngcheck.svg)](https://hub.docker.com/r/imagetools/pngcheck/)
[![Docker Build](https://img.shields.io/docker/automated/dlanguage/dmd.svg)](https://hub.docker.com/r/imagetools/pngcheck/)
[![Latest Tag](https://img.shields.io/github/tag/lindt/docker-pngcheck.svg)](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
```