139f2c0b0f
* docker: set force=true on remove image to handle images referenced by multiple tags This PR changes our call of docker client RemoveImage() to RemoveImageExtended with the Force=true option set. This fixes a bug where an image referenced by more than one tag could never be garbage collected by Nomad. The Force option only applies to stopped containers; it does not affect running workloads. * docker: add note about image_delay and multiple tags |
||
---|---|---|
.. | ||
cmd | ||
docklog | ||
test-resources/docker | ||
util | ||
config.go | ||
config_test.go | ||
coordinator.go | ||
coordinator_test.go | ||
driver.go | ||
driver_darwin.go | ||
driver_darwin_test.go | ||
driver_default.go | ||
driver_linux.go | ||
driver_linux_test.go | ||
driver_test.go | ||
driver_unix_test.go | ||
driver_windows.go | ||
driver_windows_test.go | ||
fingerprint.go | ||
fingerprint_test.go | ||
handle.go | ||
network.go | ||
network_test.go | ||
ports.go | ||
ports_test.go | ||
progress.go | ||
progress_test.go | ||
reconcile_cpuset.go | ||
reconcile_cpuset_noop.go | ||
reconcile_cpuset_test.go | ||
reconcile_dangling.go | ||
reconcile_dangling_test.go | ||
state.go | ||
stats.go | ||
stats_test.go | ||
utils.go | ||
utils_test.go | ||
utils_unix_test.go | ||
utils_windows_test.go | ||
win32_volume_parse.go |