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 string = "1.24"
MinVersion represents Minimum REST API version supported Technically the first daemon API version released on Windows is v1.25 in engine version 1.13. However, some clients are explicitly using downlevel APIs (e.g. docker-compose v2.1 file format) and that is just too restrictive. Hence also allowing 1.24 on Windows.
Source Files ¶
Directories ¶
- Version
- v23.0.0-rc.2+incompatible
- Published
- Jan 11, 2023
- Platform
- windows/amd64
- Last checked
- 8 minutes ago –
Tools for package owners.