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:
|
||||
- "application/json"
|
||||
- "text/plain"
|
||||
basePath: "/v1.52"
|
||||
basePath: "/v1.53"
|
||||
info:
|
||||
title: "Docker Engine API"
|
||||
version: "1.52"
|
||||
version: "1.53"
|
||||
x-logo:
|
||||
url: "https://docs.docker.com/assets/images/logo-docker-main.png"
|
||||
description: |
|
||||
|
||||
@@ -58,7 +58,7 @@ const (
|
||||
// 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.
|
||||
MaxAPIVersion = "1.52"
|
||||
MaxAPIVersion = "1.53"
|
||||
// defaultMinAPIVersion is the minimum API version supported by the API.
|
||||
// This version can be overridden through the "DOCKER_MIN_API_VERSION"
|
||||
// environment variable. The minimum allowed version is determined
|
||||
|
||||
Reference in New Issue
Block a user