From e00e2820e7d460b464965422aab284c6d3b56c70 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 22 May 2016 20:46:09 +0100 Subject: Make template directory configurable --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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`. -- cgit v1.2.3