From 46819a245f8cae4b75b8ff25e9c046228c584a3d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 31 Jan 2020 22:51:23 +0100 Subject: [PATCH] Mention docker some more --- README.md | 2 ++ bottin.hcl.example | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b932328..671a79a 100644 --- a/README.md +++ b/README.md @@ -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 `, which is the path to its config file (defaults to `./config.json`). diff --git a/bottin.hcl.example b/bottin.hcl.example index 310e5b2..8c6cfa8 100644 --- a/bottin.hcl.example +++ b/bottin.hcl.example @@ -12,7 +12,7 @@ job "directory" { task "server" { driver = "docker" config { - image = "lxpz/bottin_amd64:12" + image = "lxpz/bottin_amd64:1" readonly_rootfs = true port_map { ldap_port = 389