package api

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

Index

Constants

const (
	// DefaultVersion of Current REST API
	DefaultVersion = "1.42"

	// NoBaseImageSpecifier is the symbol used by the FROM
	// command to specify that no base image is to be used.
	NoBaseImageSpecifier = "scratch"
)

Common constants for daemon and client.

const MinVersion = "1.12"

MinVersion represents Minimum REST API version supported

Source Files

common.go common_unix.go

Directories

PathSynopsis
api/server
api/server/backend
api/server/backend/build
api/server/httpstatus
api/server/httputils
api/server/middleware
api/server/router
api/server/router/build
api/server/router/checkpoint
api/server/router/container
api/server/router/debug
api/server/router/distribution
api/server/router/grpc
api/server/router/image
api/server/router/network
api/server/router/plugin
api/server/router/session
api/server/router/swarm
api/server/router/system
api/server/router/volume
api/typesPackage types is used for API stability in the types and response to the consumers of the API stats endpoint.
api/types/backendPackage backend includes types to send information to server backends.
api/types/blkiodev
api/types/container
api/types/events
api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
api/types/image
api/types/mount
api/types/network
api/types/plugins
api/types/plugins/logdriverPackage logdriver is a generated protocol buffer package.
api/types/registry
api/types/strslice
api/types/swarm
api/types/swarm/runtimePackage runtime is a generated protocol buffer package.
api/types/time
api/types/versions
api/types/versions/v1p19Package v1p19 provides specific API types for the API version 1, patch 19.
api/types/versions/v1p20Package v1p20 provides specific API types for the API version 1, patch 20.
api/types/volume
Version
v23.0.2+incompatible
Published
Mar 23, 2023
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.