App-BlurFill
view release on metacpan or search on metacpan
docker/DOCKER.md view on Meta::CPAN
# Docker Usage
The `davorg/app-blurfill` image contains the App::BlurFill Perl API and the
`blurfill` command-line program. It intentionally contains no web framework.
```bash
docker build -f docker/Dockerfile -t davorg/app-blurfill:0.1.0 .
docker run --rm -v "$PWD:/work" davorg/app-blurfill:0.1.0 \
blurfill /work/picture.png
```
The image is also the base for `davorg/app-blurfill-web`.
( run in 1.002 second using v1.01-cache-2.11-cpan-788537b7465 )