Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/campusparty/thumbor-docker
- Owner: campusparty
- Created: 2014-09-23T16:17:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T14:05:49.000Z (over 8 years ago)
- Last Synced: 2024-08-01T22:54:34.398Z (3 months ago)
- Size: 139 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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