import "github.com/docker/docker/libcontainerd/supervisor"
remote_daemon.go remote_daemon_linux.go remote_daemon_options.go remote_daemon_options_linux.go utils_linux.go
Daemon represents a running containerd daemon
Start starts a containerd daemon and monitors it
DaemonOpt allows to configure parameters of container daemons
WithDebugAddress defines at which location the debug GRPC connection should be made
WithLogLevel defines which log level to starts containerd with. This only makes sense if WithStartDaemon() was set to true.
WithMetricsAddress defines at which location the debug GRPC connection should be made
WithOOMScore defines the oom_score_adj to set for the containerd process.
WithPlugin allow configuring a containerd plugin configuration values passed needs to be quoted if quotes are needed in the toml format.
WithRemoteAddr sets the external containerd socket to connect to.
WithRemoteAddrUser sets the uid and gid to create the RPC address with
Package supervisor imports 19 packages (graph) and is imported by 2 packages. Updated 2020-10-27. Refresh now. Tools for package owners.