package
0.0.0-20200321120002-dd2de08144c3
Repository: https://github.com/wuka1/docker.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.

# Structs

DaemonCli represents the daemon CLI.