Skip to content

Commit

Permalink
Merge 7062f81 into backport/docker-delete-multi-tag/frankly-sacred-tapir
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-nomad-core authored Jan 31, 2023
2 parents 87b150e + 7062f81 commit 0e1f046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/docs/drivers/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,8 @@ host system.
here](https://golang.org/pkg/time/#ParseDuration), that defaults to `3m`.
The delay controls how long Nomad will wait between an image being unused
and deleting it. If a task is received that uses the same image within
the delay, the image will be reused.
the delay, the image will be reused. If an image is referenced by more than
one tag, `image_delay` may not work correctly.

- `container` - Defaults to `true`. This option can be used to disable Nomad
from removing a container when the task exits. Under a name conflict,
Expand Down

0 comments on commit 0e1f046

Please sign in to comment.