diff options
author | Alex Auvolat <alex@adnab.me> | 2020-01-31 22:51:23 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-01-31 22:51:23 +0100 |
commit | 46819a245f8cae4b75b8ff25e9c046228c584a3d (patch) | |
tree | 4555acbc4e9d5dbcdb31a08e382d7753ce1ad139 /README.md | |
parent | 7962e7b26201506d38bff049d6d20c0fb81df38e (diff) | |
download | bottin-46819a245f8cae4b75b8ff25e9c046228c584a3d.tar.gz bottin-46819a245f8cae4b75b8ff25e9c046228c584a3d.zip |
Mention docker some more
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Features: Building Bottin can be done simply by running `go build` in this folder. +A Docker image is provided on the [Docker hub](https://hub.docker.com/r/lxpz/bottin_amd64). +An example for running Bottin on a Nomad cluster can be found in `bottin.hcl.example`. Bottin takes a single command line argument, `-config <filename>`, which is the path to its config file (defaults to `./config.json`). |