Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```