Full-featured and minimised docker image for thumbor
10K+
A full-featured docker image for the popular photo thumbnail service thumbor.
thumbor is an open-source photo thumbnail service for smart on-demand image cropping, resizing and filters.
docker run -p 9000:9000 zanui/thumbor
open http://<docker-ip>:9000/unsafe/300x200/smart/s.glbimg.com/et/bb/f/original/2011/03/24/VN0JiwzmOw0b0lg.jpg
To run with your own thumbor configuration:
docker run -p 9000:9000 -e THUMBOR_ENGINE=thumbor.engines.graphicsmagick zanui/thumbor
All configuration options can be passed in as environment variables. Variables need to be prefix with THUMBOR, e.g. MAX_WIDTH is passed in as THUMBOR_MAX_WIDTH.
latest, 5.0.4: Currently Thumbor 5.0.44.1.0: Thumbor 4.1.0To push the Docker image, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2015 Zanui and contributors.
Content type
Image
Digest
sha256:76d87020a…
Size
156 MB
Last updated
almost 11 years ago
docker pull zanui/thumbor