moby--moby/internal/test/daemon
Sebastiaan van Stijn ead3f4e7c8
integration-cli: add daemon.StartNodeWithBusybox function
Starting the daemon should not load the busybox image again
in most cases, so add a new `StartNodeWithBusybox` function
to be clear that this one loads the busybox image, and use
`StartNode()` for cases where loading the busybox image is
not needed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-11 00:07:49 +02:00
..
config.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
container.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
daemon.go Jenkinsfile: reduce time of integration tests by dividing tests into 3 parallel runs 2019-08-12 20:41:03 +00:00
daemon_unix.go Make cgroup namespaces configurable 2019-05-07 10:22:16 -07:00
daemon_windows.go Make cgroup namespaces configurable 2019-05-07 10:22:16 -07:00
node.go integration-cli: allow temporary errors on leader switch 2019-07-17 11:52:58 -07:00
ops.go First step to implement full garbage collector for image layers 2019-06-05 22:02:42 +03:00
ops_unix.go First step to implement full garbage collector for image layers 2019-06-05 22:02:42 +03:00
plugin.go Completely remove `d.NewClient` from testing tools 2019-02-07 16:07:02 -08:00
secret.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service.go Support environment vars in Swarm plugins services 2019-04-07 09:48:19 +02:00
swarm.go integration-cli: add daemon.StartNodeWithBusybox function 2019-09-11 00:07:49 +02:00