Update to 2022-11-08 12:00

This commit is contained in:
Daniel Berteaud
2022-11-08 12:00:08 +01:00
parent 3ec08a14f0
commit 6ffc0a5e16
4 changed files with 20 additions and 1 deletions

View File

@@ -109,6 +109,9 @@ client {
plugin "docker" {
config {
allow_privileged = {{ nomad_conf.client.task_drivers.docker.allow_privileged | ternary('true', 'false') }}
auth {
config = "{{ nomad_root_dir }}/docker/auth.json"
}
{% if nomad_conf.client.task_drivers.docker.volumes.enabled %}
volumes {
enabled = true