diff options
author | James Mills <prologic@shortcircuit.net.au> | 2017-02-12 21:51:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-12 21:51:15 -0800 |
commit | 09b7e1008656784e96b8d33378ab16b061a0c62a (patch) | |
tree | da1f7f777d55f69549a6e70829e29faf3d908025 | |
parent | Fix deploying with Docker (diff) | |
download | gopherproxy-09b7e1008656784e96b8d33378ab16b061a0c62a.tar.gz gopherproxy-09b7e1008656784e96b8d33378ab16b061a0c62a.tar.bz2 gopherproxy-09b7e1008656784e96b8d33378ab16b061a0c62a.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -16,9 +16,11 @@ gopherproxy is written in Go (#golang) using the | |||
16 | $ go install github.com/prologic/gopherproxy/... | 16 | $ go install github.com/prologic/gopherproxy/... |
17 | 17 | ||
18 | ### Docker | 18 | ### Docker |
19 | 19 | ||
20 | $ docker build -t gopherproxy . | 20 | ```#!bash |
21 | $ docker run -p 80:80 gopherproxy -uri floodgap.com | 21 | $ docker build -t gopherproxy . |
22 | $ docker run -p 80:80 gopherproxy -uri floodgap.com | ||
23 | ``` | ||
22 | 24 | ||
23 | ## Usage | 25 | ## Usage |
24 | 26 | ||