aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d6609f..c5cf84d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,12 @@ gopherproxy is written in Go (#golang) using the
13 13
14## Installation 14## Installation
15 15
16 $ go install github.com/prologic/gopherproxy 16 $ go install github.com/prologic/gopherproxy/...
17
18### Docker
19
20 $ docker build -t gopherproxy .
21 $ docker run -p 80:80 gopherproxy -uri floodgap.com
17 22
18## Usage 23## Usage
19 24