Skip to content

Commit

Permalink
docker: add note about image_delay and multiple tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Jan 31, 2023
1 parent 4e88d9a commit 7062f81
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 @@ -959,7 +959,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 7062f81

Please sign in to comment.