package api
import "github.com/docker/docker/api"
Index ¶
Constants ¶
const ( // DefaultVersion of Current REST API DefaultVersion = "1.41" // 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 ¶
Directories ¶
- Version
- v20.10.26+incompatible
- Published
- Aug 30, 2023
- Platform
- js/wasm
- Last checked
- 1 minute ago –
Tools for package owners.