package api
import "github.com/docker/docker/api"
Index ¶
- Constants
- func DisplayablePorts(ports []types.Port) string
- func LoadOrCreateTrustKey(trustKeyPath string) (libtrust.PrivateKey, error)
- func MatchesContentType(contentType, expectedType string) bool
Constants ¶
const ( // DefaultVersion of Current REST API DefaultVersion string = "1.25" // NoBaseImageSpecifier is the symbol used by the FROM // command to specify that no base image is to be used. NoBaseImageSpecifier string = "scratch" )
Common constants for daemon and client.
const MinVersion string = "1.12"
MinVersion represents Minimum REST API version supported
Functions ¶
func DisplayablePorts ¶
DisplayablePorts returns formatted string representing open ports of container e.g. "0.0.0.0:80->9090/tcp, 9988/tcp" it's used by command 'docker ps'
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 ¶
MatchesContentType validates the content type against the expected one
Source Files ¶
Directories ¶
- Version
- v1.13.1-rc1
- Published
- Jan 27, 2017
- Platform
- js/wasm
- Imports
- 14 packages
- Last checked
- 3 minutes ago –
Tools for package owners.