Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  const ( // Current REST API version Version version.Version = "1.19" // Minimun REST API version supported MinVersion version.Version = "1.12" // Default filename with Docker commands, read by docker build DefaultDockerfileName string = "Dockerfile" )
Common constants for daemon and client.
Variables ¶
This section is empty.
Functions ¶
func DisplayablePorts ¶ added in v0.10.0
func LoadOrCreateTrustKey ¶ added in v1.4.0
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 ¶
Types ¶
type ByPrivatePort ¶ added in v1.7.0
func (ByPrivatePort) Len ¶ added in v1.7.0
func (r ByPrivatePort) Len() int
func (ByPrivatePort) Less ¶ added in v1.7.0
func (r ByPrivatePort) Less(i, j int) bool
func (ByPrivatePort) Swap ¶ added in v1.7.0
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.