Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/campusparty/thumbor-docker

Dockerfile for Thumbor
https://github.com/campusparty/thumbor-docker

Last synced: 12 days ago
JSON representation

Dockerfile for Thumbor

Awesome Lists containing this project

README

        

thumbor-docker
==============

## To run directly getting image from docker registry

$ sudo docker run -d -p 8880:8880 campusparty/thumbor-docker

## If want to use your own thumbor.conf

$ sudo docker run -d -p 8880:8880 -v ${PWD}/thumbor.conf:/root/thumbor.conf campusparty/thumbor-docker

## Or clone/fork this repo, change thumbor.conf and do:

$ docker build -t myown/thumbor-docker .
$ docker run -d -p 8880:8880 myown/thumbor-docker