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 ¶
Directories ¶
- Version
- v23.0.0-rc.2+incompatible
- Published
- Jan 11, 2023
- Platform
- js/wasm
- Last checked
- 5 minutes ago –
Tools for package owners.