moby--moby/testutil/daemon
Rich Horwood 8f80e55111 Add configuration validation option and tests.
Fixes #36911

If config file is invalid we'll exit anyhow, so this just prevents
the daemon from starting if the configuration is fine.

Mainly useful for making config changes and restarting the daemon
iff the config is valid.

Signed-off-by: Rich Horwood <rjhorwood@apple.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-06-23 09:54:55 +00:00
..
config.go
container.go
daemon.go Add configuration validation option and tests. 2021-06-23 09:54:55 +00:00
daemon_unix.go testutil: remove remaining use of deprecated pkg/mount 2020-11-10 14:46:59 +01:00
daemon_windows.go Do not call mount.RecursiveUnmount() on Windows 2020-10-29 23:00:16 +01:00
doc.go
node.go
ops.go testutil: set -500 OOM score for test daemons 2020-10-16 18:49:55 +02:00
plugin.go
secret.go
service.go
swarm.go