open-nomad/client/driver
Michael Schurter 0a6bf87365 Fix nil panic in Docker error condition
Fixes #2835

Yet another bug caused by overwriting container and then trying to
reference container.ID in the err handling block. Did a quick audit of
docker.go and it seems to be the last offender. See #2804 for previous
bug.
2017-07-14 10:48:19 -07:00
..
env test fixes 2017-07-07 14:11:27 -07:00
executor Fix typos 2017-06-16 16:10:12 +02:00
logging Fix typos 2017-06-16 16:10:12 +02:00
structs
test-resources
docker.go Fix nil panic in Docker error condition 2017-07-14 10:48:19 -07:00
docker_coordinator.go
docker_coordinator_test.go
docker_default.go
docker_test.go Merge pull request #2787 from hashicorp/f-docker-test-mac 2017-07-07 16:22:10 -07:00
docker_unix_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
docker_windows.go
driver.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
driver_test.go test fixes 2017-07-07 14:11:27 -07:00
exec.go Implement DriverNetwork and Service.AddressMode 2017-06-21 17:19:08 -07:00
exec_default.go
exec_linux.go
exec_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
exec_unix_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
executor_plugin.go
java.go Implement DriverNetwork and Service.AddressMode 2017-06-21 17:19:08 -07:00
java_linux.go
java_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
java_universal.go
lxc.go Implement DriverNetwork and Service.AddressMode 2017-06-21 17:19:08 -07:00
lxc_test.go Fix lxc tests 2017-06-21 17:19:08 -07:00
mock_driver.go Client watches for allocation health using task state and Consul checks 2017-07-07 12:10:04 -07:00
plugins.go
qemu.go Have Qemu return PortMap 2017-06-21 17:19:08 -07:00
qemu_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
raw_exec.go Implement DriverNetwork and Service.AddressMode 2017-06-21 17:19:08 -07:00
raw_exec_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
raw_exec_unix_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
rkt.go rkt: use %s instead of %q when interpolating env 2017-07-05 09:36:17 -07:00
rkt_test.go Test driver network advertisement and checks 2017-06-21 17:19:08 -07:00
utils.go Move task env into execcontext 2017-05-23 13:53:34 -07:00
utils_test.go
utils_unix.go
utils_windows.go