Thumbor is an open-source photo thumbnail service by globo.com
1.9K
Thumbor is an open-source photo thumbnail service by globo.com
If you like / use this project, please let me known by adding a ★ on the GitHub repository.
docker run --interactive --publish 8888:8888 --rm --tty timonier/thumbor
It is possible to configure thumbor with environment variables. Check the configuration template for more information.
It is possible to run a container in read-only mode if you mount the following folders:
/etc/thumbor./run./tmp if you do not change FILE_STORAGE_ROOT_PATH.Note: /run can be mount as tmpfs. In that case, /run must have flag exec.
docker run --interactive --publish 8888:8888 --read-only --rm --tmpfs /run:exec --tmpfs /tmp --tty --volume /etc/thumbor timonier/thumbor
Content type
Image
Digest
Size
302.5 MB
Last updated
almost 6 years ago
docker pull timonier/thumbor