From 3f0d0075f8db4ca909db266611ce99023285c061 Mon Sep 17 00:00:00 2001 From: Colin Dunklau Date: Thu, 26 Sep 2013 15:30:26 -0500 Subject: [PATCH 1/2] Hint for Remote API doc details in header links --- docs/sources/api/docker_remote_api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/api/docker_remote_api.rst b/docs/sources/api/docker_remote_api.rst index 2dd7731755..9727dfd611 100644 --- a/docs/sources/api/docker_remote_api.rst +++ b/docs/sources/api/docker_remote_api.rst @@ -23,6 +23,8 @@ Docker Remote API - Since API version 1.2, the auth configuration is now handled client side, so the client has to send the authConfig as POST in /images/(name)/push +- This document is mostly a changelog. Click the per-version header for + more detailed request and response documentation. 2. Versions =========== From edd90d46c778d28e4cf2d68a504218698a1e1e61 Mon Sep 17 00:00:00 2001 From: Colin Dunklau Date: Fri, 27 Sep 2013 08:32:55 -0500 Subject: [PATCH 2/2] Clearly point at detailed docs --- docs/sources/api/docker_remote_api.rst | 53 +++++++++++++++++++------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/docs/sources/api/docker_remote_api.rst b/docs/sources/api/docker_remote_api.rst index 9727dfd611..bc422b1cc8 100644 --- a/docs/sources/api/docker_remote_api.rst +++ b/docs/sources/api/docker_remote_api.rst @@ -23,8 +23,6 @@ Docker Remote API - Since API version 1.2, the auth configuration is now handled client side, so the client has to send the authConfig as POST in /images/(name)/push -- This document is mostly a changelog. Click the per-version header for - more detailed request and response documentation. 2. Versions =========== @@ -37,8 +35,13 @@ Calling /images//insert is the same as calling You can still call an old version of the api using /v1.0/images//insert +1.5 +*** + +Full Documentation +------------------ + :doc:`docker_remote_api_v1.5` -***************************** What's new ---------- @@ -59,8 +62,13 @@ What's new dicts each containing `PublicPort`, `PrivatePort` and `Type` describing a port mapping. +1.4 +*** + +Full Documentation +------------------ + :doc:`docker_remote_api_v1.4` -***************************** What's new ---------- @@ -77,11 +85,16 @@ What's new **New!** Image's name added in the events -:doc:`docker_remote_api_v1.3` -***************************** +1.3 +*** docker v0.5.0 51f6c4a_ +Full Documentation +------------------ + +:doc:`docker_remote_api_v1.3` + What's new ---------- @@ -114,11 +127,16 @@ Start containers (/containers//start): - You can now pass host-specific configuration (e.g. bind mounts) in the POST body for start calls -:doc:`docker_remote_api_v1.2` -***************************** +1.2 +*** docker v0.4.2 2e7649b_ +Full Documentation +------------------ + +:doc:`docker_remote_api_v1.2` + What's new ---------- @@ -144,11 +162,16 @@ The client should send it's authConfig as POST on each call of deleted/untagged. -:doc:`docker_remote_api_v1.1` -***************************** +1.1 +*** docker v0.4.0 a8ae398_ +Full Documentation +------------------ + +:doc:`docker_remote_api_v1.1` + What's new ---------- @@ -168,12 +191,16 @@ What's new {"error":"Invalid..."} ... - -:doc:`docker_remote_api_v1.0` -***************************** +1.0 +*** docker v0.3.4 8d73740_ +Full Documentation +------------------ + +:doc:`docker_remote_api_v1.0` + What's new ----------