Sign inSign up

v4tech/imagemagick

By v4tech

Updated over 9 years ago

This is imagemagick packaged up in a nice, small, Alpine Linux Docker container.

Image
13

50K+

v4tech/imagemagick repository overview

Docker install of imagemagick in Alpine Linux

This is imagemagick packaged up in a nice, small, Alpine Linux Docker container.

Where do I get it?

The container is available on Docker Hub and can be pulled locally by:

docker pull v4tech/imagemagick

The Dockerfile is on GitHub.

How do I run this?

To start the container:

docker run -v /path/to/images:/images --rm -it v4tech/imagemagick /bin/sh

...or get fancy and try:

docker run -v /path/to/images:/images --rm -it v4tech/imagemagick \
    convert /images/input.png /images/output.jpg

Tag summary

Content type

Image

Digest

Size

5.5 MB

Last updated

over 9 years ago

docker pull v4tech/imagemagick