aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2018-08-07 14:38:40 +0100
committerNiall Sheridan <nsheridan@gmail.com>2018-08-07 14:54:48 +0100
commitb7b3e5cfad53732a379b3784ec2c3b72577ab665 (patch)
treec46d7ea1c2bcd8c5791a677e3c0c901251c60736 /README.md
parent446206904ecf600375d3022419d9b73f1c3bdbfa (diff)
Use multi-stage build with current Go version
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 4dd208c..b1ddfbb 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
- [Cashier](#cashier)
- [How it works](#how-it-works)
- [Installing](#installing)
+ - [Docker](#docker)
- [Requirements](#requirements)
- [Server](#server)
- [Client](#client)
@@ -67,6 +68,12 @@ The server requires a configuration file ([sample config](example-server.conf)).
See [the configuration section](#configuration) for more detail.
+## Docker
+A [docker image is available](https://hub.docker.com/r/nsheridan/cashier). Example usage:
+```
+docker run -it --rm -p 10000:10000 --name cashier -v ${PWD}:/cashier nsheridan/cashier
+```
+
# Requirements
## Server
Go 1.10 or later, though it may work with earlier versions.