open-nomad/drivers/docker
Danielle Tomlinson 2610e2d9ef docker: Avoid leaking containers during Reattach
Currently if a docker_logger cannot be reattached to, we will leak the
container that was being used. This is problematic if e.g using static
ports as it means you can never recover your task, or if a service is
expensive to run and will then be running without supervision.
2019-02-20 17:47:06 +01:00
..
cmd
docklog Update drivers/docker/docklog/docker_logger.go 2019-02-20 17:12:56 +01:00
test-resources/docker
config.go driver/docker: use BlockAttrs for storage_opts 2019-02-19 20:35:28 -05:00
config_test.go drivers: restore port_map old json support 2019-02-16 11:37:33 -05:00
coordinator.go
coordinator_test.go
driver.go docker: Avoid leaking containers during Reattach 2019-02-20 17:47:06 +01:00
driver_darwin_test.go
driver_default.go
driver_linux_test.go
driver_pre09.go
driver_test.go
driver_unix_test.go
driver_windows.go
driver_windows_test.go
fingerprint.go
handle.go
progress.go
progress_test.go
state.go
stats.go
stats_test.go
utils.go
utils_test.go
utils_unix_test.go
utils_windows_test.go