open-nomad/client/driver
Wojciech Bederski a73422b4ff Fix docker driver lockup during nomad boot
Unit mismatch caused docker driver to wait almost indefinitely during boot 
(when one or more containers were a bit uncooperative during StopContainer())
This should fix problems described in  #1202
2016-06-28 14:26:47 +02:00
..
env Speling police 2016-05-15 09:41:34 -07:00
executor Initialize the stats helpers before accessing them for the first time 2016-06-17 13:23:30 -07:00
logging Make line copy to avoid being overriden by subsequent scans 2016-06-20 13:14:43 -07:00
structs Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
test-resources Added a test 2016-03-30 13:42:17 -07:00
docker.go Fix docker driver lockup during nomad boot 2016-06-28 14:26:47 +02:00
docker_test.go unify cli output 2016-06-12 13:16:07 -07:00
driver.go Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
driver_test.go Driver tests use client default config 2016-06-17 14:24:49 -07:00
exec.go Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
exec_default.go Rename the windows exec driver file to be the default exec driver. 2016-05-09 11:32:05 -07:00
exec_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
exec_unix.go Break out the windows vs UNIX Fingerprinter 2016-05-07 12:37:15 -07:00
executor_plugin.go Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
java.go Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
java_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
plugins.go Starting the syslog collector along with a docker container 2016-02-09 18:24:30 -08:00
qemu.go Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
qemu_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
raw_exec.go Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
raw_exec_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
rkt.go Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
rkt_test.go client/driver: added more tests 2016-03-24 08:47:23 +01:00
syslog_plugin.go Renamed packages 2016-02-19 13:08:25 -08:00
utils.go Create a consulContext using a client's consul config. 2016-06-10 15:54:39 -04:00
utils_test.go Fix test 2016-03-08 11:41:26 -08:00
utils_unix.go Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
utils_windows.go Moved the destroycgroup method into executor 2016-02-08 16:08:29 -08:00