package api

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

Index

Constants

const (
	// DefaultVersion of the current REST API.
	DefaultVersion = "1.49"

	// MinSupportedAPIVersion is the minimum API version that can be supported
	// by the API server, specified as "major.minor". Note that the daemon
	// may be configured with a different minimum API version, as returned
	// in [github.com/docker/docker/api/types.Version.MinAPIVersion].
	//
	// API requests for API versions lower than the configured version produce
	// an error.
	MinSupportedAPIVersion = "1.24"

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

Source Files

common.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/types
api/types/auxprogress
api/types/backendPackage backend includes types to send information to server backends.
api/types/blkiodev
api/types/checkpoint
api/types/common
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/logdriver
api/types/registry
api/types/storage
api/types/strslice
api/types/swarm
api/types/swarm/runtime
api/types/system
api/types/time
api/types/versions
api/types/volume
Version
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
linux/amd64
Last checked
48 minutes ago

Tools for package owners.