democratic-csi/docs/Nomad
Travis Glenn Hansen f0ea73fce6 more conformant behavior regarding volume/snapshot sizes
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
2021-12-11 13:46:44 -07:00
..
examples more conformant behavior regarding volume/snapshot sizes 2021-12-11 13:46:44 -07:00
README.md further Nomad documentation 2021-12-01 22:24:59 -07:00

README.md

setup

cat <<EOF > /etc/nomad.d/csi.hcl
plugin "docker" {
  config {
    allow_privileged = true
    volumes {
      # required for bind mounting host directories
      enabled = true
    }
  }
}