mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 08:25:43 +03:00
In the Docker driver plugin config for garbage collection, the `image_delay` field was missing from the default we set if the entire `gc` stanza is missing. This results in a default of 0s and immediate GC of Docker images. Expanded docker gc config test fields.