aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-22 20:46:09 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-22 20:51:47 +0100
commite00e2820e7d460b464965422aab284c6d3b56c70 (patch)
treed2ed189f2ddd2ec8f1d177b3451ec089bc9e0a9f /README.md
parent7230bf7945ace2fd974b2585065dc9aad95a3ef5 (diff)
Make template directory configurable
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 512e298..e62df25 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,13 @@ go get github.com/cashier/cmd/...
2. Create a signing key with `ssh-keygen` and a [config.json](exampleconfig.json)
3. Run the cashier server with `cashierd` and the cli with `cashier`.
+## Using docker
+1. Create a signing key with `ssh-keygen` and a [config.json](exampleconfig.json)
+2. Run
+```
+docker run -it --rm -p 10000:10000 --name cashier -v $(pwd):/cashier nsheridan/cashier
+```
+
# Configuration
Configuration is divided into three sections: `server`, `auth`, and `ssh`.