aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-10-15 13:22:52 -0700
committerJames Mills <prologic@shortcircuit.net.au>2017-10-15 13:22:52 -0700
commitc0ee3d4e640ea45ad37cb4b104195a84a39bd629 (patch)
treea99c5f934f0695f51f9b5784f0717e22647c6919 /README.md
parentMinor refactor/cleanup (diff)
downloadgopherproxy-c0ee3d4e640ea45ad37cb4b104195a84a39bd629.tar.gz
gopherproxy-c0ee3d4e640ea45ad37cb4b104195a84a39bd629.tar.bz2
gopherproxy-c0ee3d4e640ea45ad37cb4b104195a84a39bd629.zip
Updated README with instructions for using prebuilt image
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d2cbc0..cfd3bad 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,14 @@ Demo: https://gopher.mills.io/
19 19
20### Docker 20### Docker
21 21
22Run directly from a prebuild image from the [Docker Hub](https://hub.docker.com):
23
24```#!bash
25$ docker run -p 8000:8000 prologic/gopherproxy
26```
27
28Or build your own custom image from a source checkout:
29
22```#!bash 30```#!bash
23$ docker build -t gopherproxy . 31$ docker build -t gopherproxy .
24$ docker run -p 80:80 gopherproxy -uri floodgap.com 32$ docker run -p 80:80 gopherproxy -uri floodgap.com