Skip to content
Snippets Groups Projects
Commit 89a06165 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'disable-nomad-container-gc-in-jumppad' into 'master'

Disable Nomad's GC for containers and images in the development environment

See merge request !916
parents 9003f470 73c0395c
No related branches found
No related tags found
1 merge request!916Disable Nomad's GC for containers and images in the development environment
...@@ -6,6 +6,17 @@ plugin "docker" { ...@@ -6,6 +6,17 @@ plugin "docker" {
selinuxlabel = "z" selinuxlabel = "z"
} }
} }
gc {
# do not reap in development, to allow
# their logs and state to be inspected after teardown
image = false
container = false
dangling_containers {
enabled = false
}
}
} }
client { client {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment