Updated README with instructions for using prebuilt image

This commit is contained in:
James Mills 2017-10-15 13:22:52 -07:00
parent 74783dccd7
commit c0ee3d4e64
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@ Demo: https://gopher.mills.io/
### Docker
Run directly from a prebuild image from the [Docker Hub](https://hub.docker.com):
```#!bash
$ docker run -p 8000:8000 prologic/gopherproxy
```
Or build your own custom image from a source checkout:
```#!bash
$ docker build -t gopherproxy .
$ docker run -p 80:80 gopherproxy -uri floodgap.com