Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikestead/docker-imaginary-alpine
Lightweight Docker image for image processing service Imaginary
https://github.com/mikestead/docker-imaginary-alpine
dockerfile image-processing imaginary libvips microservice
Last synced: 19 days ago
JSON representation
Lightweight Docker image for image processing service Imaginary
- Host: GitHub
- URL: https://github.com/mikestead/docker-imaginary-alpine
- Owner: mikestead
- Created: 2017-06-04T06:45:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T09:06:21.000Z (about 7 years ago)
- Last Synced: 2024-11-16T11:29:10.740Z (3 months ago)
- Topics: dockerfile, image-processing, imaginary, libvips, microservice
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imaginary Alpine
Lightweight [Docker image](https://hub.docker.com/r/stead/imaginary-alpine/) for image processing service [Imaginary](https://github.com/h2non/imaginary).
Image size is `16mb` compressed.
## Usage
See [Imaginary](https://github.com/h2non/imaginary#command-line-usage) readme for full usage.
docker run --rm stead/imaginary-alpine -h
#### Example
Start the server
docker run --rm -p 9000:9000 stead/imaginary-alpine -enable-url-source
Resize an image
http://localhost:9000/resize?width=800&height=500&url=https://c1.staticflickr.com/1/409/18186063494_386acbe85c_k.jpg&type=webp
## Disclaimer
This has not been tested in production. Use at your own risk.