From 47b3381184e86b40a9235e6c0c897f6a70115376 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 3 Nov 2013 01:02:03 +0000 Subject: [PATCH] Added run instructions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4409af5..29adaa8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Overview This grabs the build requirements and uses the example configuration files to start a EMDR Relay instance on port `8050` managed by Supervisor. +Using +----- + +The container image is available on the public Docker index. + +* `docker pull nikdoof/emdr-relay-go` +* `docker run nikdoof/emdr-relay-go` + Build -----