From c4444ce48fac417847f95a11024667d48e715a52 Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Tue, 17 Dec 2013 11:48:21 -0800 Subject: [PATCH] Update docker_remote_api.rst to reflect that the latest remote API version is 1.8 --- docs/sources/api/docker_remote_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/api/docker_remote_api.rst b/docs/sources/api/docker_remote_api.rst index 7cb7b323c1..b6615ad7d6 100644 --- a/docs/sources/api/docker_remote_api.rst +++ b/docs/sources/api/docker_remote_api.rst @@ -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//insert is the same as calling -/v1.7/images//insert +/v1.8/images//insert You can still call an old version of the api using /v1.0/images//insert