Browse code

Clearly point at detailed docs

Colin Dunklau authored on 2013/09/27 22:32:55
Showing 1 changed files
... ...
@@ -23,8 +23,6 @@ Docker Remote API
23 23
 - Since API version 1.2, the auth configuration is now handled client
24 24
   side, so the client has to send the authConfig as POST in
25 25
   /images/(name)/push
26
-- This document is mostly a changelog. Click the per-version header for
27
-  more detailed request and response documentation.
28 26
 
29 27
 2. Versions
30 28
 ===========
... ...
@@ -37,8 +35,13 @@ Calling /images/<name>/insert is the same as calling
37 37
 You can still call an old version of the api using
38 38
 /v1.0/images/<name>/insert
39 39
 
40
+1.5
41
+***
42
+
43
+Full Documentation
44
+------------------
45
+
40 46
 :doc:`docker_remote_api_v1.5`
41
-*****************************
42 47
 
43 48
 What's new
44 49
 ----------
... ...
@@ -59,8 +62,13 @@ What's new
59 59
    dicts each containing `PublicPort`, `PrivatePort` and `Type` describing a
60 60
    port mapping.
61 61
 
62
+1.4
63
+***
64
+
65
+Full Documentation
66
+------------------
67
+
62 68
 :doc:`docker_remote_api_v1.4`
63
-*****************************
64 69
 
65 70
 What's new
66 71
 ----------
... ...
@@ -77,11 +85,16 @@ What's new
77 77
 
78 78
    **New!** Image's name added in the events
79 79
 
80
-:doc:`docker_remote_api_v1.3`
81
-*****************************
80
+1.3
81
+***
82 82
 
83 83
 docker v0.5.0 51f6c4a_
84 84
 
85
+Full Documentation
86
+------------------
87
+
88
+:doc:`docker_remote_api_v1.3`
89
+
85 90
 What's new
86 91
 ----------
87 92
 
... ...
@@ -114,11 +127,16 @@ Start containers (/containers/<id>/start):
114 114
 - You can now pass host-specific configuration (e.g. bind mounts) in
115 115
   the POST body for start calls
116 116
 
117
-:doc:`docker_remote_api_v1.2`
118
-*****************************
117
+1.2
118
+***
119 119
 
120 120
 docker v0.4.2 2e7649b_
121 121
 
122
+Full Documentation
123
+------------------
124
+
125
+:doc:`docker_remote_api_v1.2`
126
+
122 127
 What's new
123 128
 ----------
124 129
 
... ...
@@ -144,11 +162,16 @@ The client should send it's authConfig as POST on each call of
144 144
   deleted/untagged.
145 145
 
146 146
 
147
-:doc:`docker_remote_api_v1.1`
148
-*****************************
147
+1.1
148
+***
149 149
 
150 150
 docker v0.4.0 a8ae398_
151 151
 
152
+Full Documentation
153
+------------------
154
+
155
+:doc:`docker_remote_api_v1.1`
156
+
152 157
 What's new
153 158
 ----------
154 159
 
... ...
@@ -168,12 +191,16 @@ What's new
168 168
 	   {"error":"Invalid..."}
169 169
 	   ...
170 170
 
171
-
172
-:doc:`docker_remote_api_v1.0`
173
-*****************************
171
+1.0
172
+***
174 173
 
175 174
 docker v0.3.4 8d73740_
176 175
 
176
+Full Documentation
177
+------------------
178
+
179
+:doc:`docker_remote_api_v1.0`
180
+
177 181
 What's new
178 182
 ----------
179 183