Documentation ¶
Index ¶
- Constants
- func DisplayablePorts(ports []types.Port) string
- func FormGroup(key string, start, last int) string
- func LoadOrCreateTrustKey(trustKeyPath string) (libtrust.PrivateKey, error)
- func MatchesContentType(contentType, expectedType string) bool
- func ValidateHost(val string) (string, error)
- type ByPrivatePort
Constants ¶
View Source
const ( APIVERSION version.Version = "1.19" // Current REST API version DEFAULTHTTPHOST = "127.0.0.1" // Default HTTP Host used if only port is provided to -H flag e.g. docker -d -H tcp://:8080 DEFAULTUNIXSOCKET = "/var/run/docker.sock" // Docker daemon by default always listens on the default unix socket DefaultDockerfileName string = "Dockerfile" // Default filename with Docker commands, read by docker build )
Common constants for daemon and client.
Variables ¶
This section is empty.
Functions ¶
func DisplayablePorts ¶
func LoadOrCreateTrustKey ¶
func LoadOrCreateTrustKey(trustKeyPath string) (libtrust.PrivateKey, error)
LoadOrCreateTrustKey attempts to load the libtrust key at the given path, otherwise generates a new one
func MatchesContentType ¶
func ValidateHost ¶
Types ¶
type ByPrivatePort ¶
func (ByPrivatePort) Len ¶
func (r ByPrivatePort) Len() int
func (ByPrivatePort) Less ¶
func (r ByPrivatePort) Less(i, j int) bool
func (ByPrivatePort) Swap ¶
func (r ByPrivatePort) Swap(i, j int)
Directories ¶
Path | Synopsis |
---|---|
Package client provides a command-line interface for Docker.
|
Package client provides a command-line interface for Docker. |
This package is used for API stability in the types and response to the consumers of the API stats endpoint.
|
This package is used for API stability in the types and response to the consumers of the API stats endpoint. |
Click to show internal directories.
Click to hide internal directories.