Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { //Volume config volume.Config // Server listening address. Listen []string // Debug refers to the log mode. Debug bool // ContainerdAddr refers to the unix socket path of containerd. ContainerdAddr string // DefaultRegistry is daemon's default registry which is to pull/push/search images. DefaultRegistry string // Home directory. HomeDir string // ContainerdPath is the absolute path of containerd binary, // /usr/local/bin is the default. ContainerdPath string // Containerd's config file. ContainerdConfig string // TLS configuration TLS utils.TLSConfig }
Config refers to daemon's whole configurations.
Click to show internal directories.
Click to hide internal directories.