Update docker_remote_api.rst to reflect that the latest remote API version is 1.8

Upstream-commit: c4444ce48fac417847f95a11024667d48e715a52
Component: engine
This commit is contained in:
Vincent Woo
2013-12-17 11:48:21 -08:00
parent 80983f7def
commit 295882518c

View File

@ -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