mirror of
https://github.com/docker/cli.git
synced 2026-09-27 01:40:31 -04:00
Merge pull request #10686 from LK4D4/bump_docs
Bump api version to 1.18 Upstream-commit: f4749acad48f03454c951081a0a3f0149a23e260 Component: engine
This commit is contained in:
@@ -30,13 +30,21 @@ page_keywords: API, Docker, rcli, REST, documentation
|
||||
Client applications need to take this into account to ensure
|
||||
they will not break when talking to newer Docker daemons.
|
||||
|
||||
The current version of the API is v1.17
|
||||
The current version of the API is v1.18
|
||||
|
||||
Calling `/info` is the same as calling
|
||||
`/v1.17/info`.
|
||||
`/v1.18/info`.
|
||||
|
||||
You can still call an old version of the API using
|
||||
`/v1.16/info`.
|
||||
`/v1.17/info`.
|
||||
|
||||
## v1.18
|
||||
|
||||
### Full Documentation
|
||||
|
||||
[*Docker Remote API v1.18*](/reference/api/docker_remote_api_v1.18/)
|
||||
|
||||
### What's new
|
||||
|
||||
## v1.17
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user