Update README.md

This commit is contained in:
James Mills 2017-02-12 21:51:15 -08:00 committed by GitHub
parent 5706c8afa4
commit 09b7e10086
1 changed files with 5 additions and 3 deletions

View File

@ -16,9 +16,11 @@ gopherproxy is written in Go (#golang) using the
$ go install github.com/prologic/gopherproxy/...
### Docker
$ docker build -t gopherproxy .
$ docker run -p 80:80 gopherproxy -uri floodgap.com
```#!bash
$ docker build -t gopherproxy .
$ docker run -p 80:80 gopherproxy -uri floodgap.com
```
## Usage