package api

import "github.com/docker/docker/api"

Index

Constants

const (
	// Current REST API version
	Version version.Version = "1.20"

	// 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.

Functions

func DisplayablePorts

func DisplayablePorts(ports []types.Port) string

func FormGroup

func FormGroup(key string, start, last int) string

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 MatchesContentType(contentType, expectedType string) bool

Types

type ByPrivatePort

type ByPrivatePort []types.Port

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)

Source Files

common.go

Directories

PathSynopsis
api/clientPackage client provides a command-line interface for Docker.
api/client/ps
api/server
api/typesThis package is used for API stability in the types and response to the consumers of the API stats endpoint.
Version
v1.8.0-rc2
Published
Aug 4, 2015
Platform
js/wasm
Imports
10 packages
Last checked
7 minutes ago

Tools for package owners.