mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-01-06 22:40:34 -05:00
added docker information to readme
This commit is contained in:
parent
9774a4a0a8
commit
0fd85dc016
1 changed files with 8 additions and 0 deletions
|
@ -241,6 +241,14 @@ my server and start it using `sudo service imageproxy start`. You will
|
|||
certainly want to modify that upstart script to suit your desired
|
||||
configuration.
|
||||
|
||||
## Docker ##
|
||||
|
||||
A docker image is available at [`willnorris/imageproxy`](https://registry.hub.docker.com/u/willnorris/imageproxy/dockerfile/).
|
||||
|
||||
You can run it by
|
||||
```
|
||||
docker run -p 8080:8080 willnorris/imageproxy -addr 0.0.0.0:8080
|
||||
```
|
||||
|
||||
## License ##
|
||||
|
||||
|
|
Loading…
Reference in a new issue