package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/docker-archive/docker-ce.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.
# Packages
No description provided by the author
# 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.
FlagTLSVerify is the flag name for the TLS verification option.