https://github.com/mybigday/docker-thumbd
Another Thumbd docker image based on alpine-node.
https://github.com/mybigday/docker-thumbd
Last synced: 27 days ago
JSON representation
Another Thumbd docker image based on alpine-node.
- Host: GitHub
- URL: https://github.com/mybigday/docker-thumbd
- Owner: mybigday
- License: mit
- Created: 2016-07-01T08:14:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T17:00:16.000Z (over 8 years ago)
- Last Synced: 2025-05-01T14:18:18.111Z (about 1 month ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Thumbd
> Another [Thumbd](https://github.com/bcoe/thumbd) docker image based on [alpine-node](https://github.com/mhart/alpine-node).
## Usage
```bash
$ docker run -d -p 5959:5959 --name thumbd --env-file=.env fucompany/thumbd
```The `.env` file is your configuration ([.env.default](.env.default)), see [this documentation](https://github.com/bcoe/thumbd#setup) for more information.
## Build
```bash
$ docker build --rm -t fucompany/thumbd .
```## LICENSE
[MIT](LICENSE.md)