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