open-nomad/drivers/docker
Mahmood Ali c78ed7246f tests: run docker tests in macOS out of box
Use `/tmp` as temporary directory for docker driver tests, so tests can
run out of the box without any intervention.

macOS sets tempdir as `/var`, which Docker does not whitelist as a path
that can be bind-mounted.
2019-01-08 14:35:40 -05:00
..
cmd Review comments 2019-01-07 14:50:28 -08:00
docklog modify fingerprint interface to use typed attribute struct 2018-11-28 10:01:03 -06:00
test-resources/docker tests: pin busybox image to a specific point tag 2018-12-15 15:03:56 -05:00
config.go Add plugin API versioning to plugin loader and plugins 2018-12-18 16:48:00 -08:00
coordinator.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
coordinator_test.go docker: unexport new coordinator func 2018-11-19 23:07:07 -05:00
driver.go drivers: Implement InternalPluginDriver interface 2019-01-08 13:49:31 +01:00
driver_darwin_test.go tests: run docker tests in macOS out of box 2019-01-08 14:35:40 -05:00
driver_default.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
driver_linux_test.go docker: finished porting tests 2018-11-19 22:59:16 -05:00
driver_test.go fix docker launching plugins 2018-12-18 16:48:01 -08:00
driver_unix_test.go docker: add default blocks for driver plugin config schema 2018-11-19 22:59:18 -05:00
driver_windows.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
fingerprint.go Standardize driver health description messages for all drivers 2019-01-06 22:06:38 -06:00
handle.go driver/docker: stopping a dead container not error 2018-12-15 15:03:56 -05:00
progress.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
progress_test.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
state.go docker: started work on porting docker driver to new plugin framework 2018-11-19 22:59:15 -05:00
utils.go drivers/docker: enforce volumes.enabled (#4983) 2018-12-11 14:22:50 -05:00
utils_test.go drivers/docker: enforce volumes.enabled (#4983) 2018-12-11 14:22:50 -05:00