package api

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

Index

Constants

const (
	APIVERSION        version.Version = "1.15"
	DEFAULTHTTPHOST                   = "127.0.0.1"
	DEFAULTUNIXSOCKET                 = "/var/run/docker.sock"
)

Functions

func DisplayablePorts

func DisplayablePorts(ports *engine.Table) string

TODO remove, used on < 1.5 in getContainersJSON

func MatchesContentType

func MatchesContentType(contentType, expectedType string) bool

func ValidateHost

func ValidateHost(val string) (string, error)

Source Files

common.go

Directories

PathSynopsis
api/client
api/server
Version
v1.3.0
Published
Oct 15, 2014
Platform
js/wasm
Imports
7 packages
Last checked
3 minutes ago

Tools for package owners.