mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update docker_remote_api.rst to reflect that the latest remote API version is 1.8
This commit is contained in:
parent
7ba0f1f421
commit
c4444ce48f
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ Docker Remote API
|
|||
2. Versions
|
||||
===========
|
||||
|
||||
The current version of the API is 1.7
|
||||
The current version of the API is 1.8
|
||||
|
||||
Calling /images/<name>/insert is the same as calling
|
||||
/v1.7/images/<name>/insert
|
||||
/v1.8/images/<name>/insert
|
||||
|
||||
You can still call an old version of the api using
|
||||
/v1.0/images/<name>/insert
|
||||
|
|
Loading…
Reference in a new issue