Mention docker some more

This commit is contained in:
Alex 2020-01-31 22:51:23 +01:00
parent 7962e7b262
commit 46819a245f
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ Features:
Building Bottin can be done simply by running `go build` in this folder. 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 Bottin takes a single command line argument, `-config <filename>`, which is the
path to its config file (defaults to `./config.json`). path to its config file (defaults to `./config.json`).

View File

@ -12,7 +12,7 @@ job "directory" {
task "server" { task "server" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/bottin_amd64:12" image = "lxpz/bottin_amd64:1"
readonly_rootfs = true readonly_rootfs = true
port_map { port_map {
ldap_port = 389 ldap_port = 389