mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
13554
api/docs/v1.53.yaml
Normal file
13554
api/docs/v1.53.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -19,10 +19,10 @@ produces:
|
|||||||
consumes:
|
consumes:
|
||||||
- "application/json"
|
- "application/json"
|
||||||
- "text/plain"
|
- "text/plain"
|
||||||
basePath: "/v1.52"
|
basePath: "/v1.53"
|
||||||
info:
|
info:
|
||||||
title: "Docker Engine API"
|
title: "Docker Engine API"
|
||||||
version: "1.52"
|
version: "1.53"
|
||||||
x-logo:
|
x-logo:
|
||||||
url: "https://docs.docker.com/assets/images/logo-docker-main.png"
|
url: "https://docs.docker.com/assets/images/logo-docker-main.png"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ const (
|
|||||||
// MaxAPIVersion is the highest REST API version supported by the daemon.
|
// MaxAPIVersion is the highest REST API version supported by the daemon.
|
||||||
//
|
//
|
||||||
// This version may be lower than the version of the api library module used.
|
// This version may be lower than the version of the api library module used.
|
||||||
MaxAPIVersion = "1.52"
|
MaxAPIVersion = "1.53"
|
||||||
// defaultMinAPIVersion is the minimum API version supported by the API.
|
// defaultMinAPIVersion is the minimum API version supported by the API.
|
||||||
// This version can be overridden through the "DOCKER_MIN_API_VERSION"
|
// This version can be overridden through the "DOCKER_MIN_API_VERSION"
|
||||||
// environment variable. The minimum allowed version is determined
|
// environment variable. The minimum allowed version is determined
|
||||||
|
|||||||
Reference in New Issue
Block a user