package
20.10.12+incompatible
Repository: https://github.com/lacework-dev/go-moby.git
Documentation: pkg.go.dev

# README

docker.go contains Docker daemon's main function.

This file provides first line CLI argument parsing and environment variable setting.

# Functions

NewDaemonCli returns a daemon CLI.

# Constants

DefaultCaFile is the default filename for the CA pem file.
DefaultCertFile is the default filename for the cert pem file.
DefaultKeyFile is the default filename for the key pem file.
DefaultTLSValue is the default value used for setting the tls option for tcp connections.
FlagTLS is the flag name for the TLS option.
FlagTLSVerify is the flag name for the TLS verification option.

# Structs

DaemonCli represents the daemon CLI.