Browse code

Update api docs

Guillaume J. Charmes authored on 2013/06/22 05:51:48
Showing 1 changed files
... ...
@@ -19,10 +19,25 @@ Docker Remote API
19 19
 2. Versions
20 20
 ===========
21 21
 
22
-The current verson of the API is 1.2
23
-Calling /images/<name>/insert is the same as calling /v1.2/images/<name>/insert
22
+The current verson of the API is 1.3
23
+Calling /images/<name>/insert is the same as calling /v1.3/images/<name>/insert
24 24
 You can still call an old version of the api using /v1.0/images/<name>/insert
25 25
 
26
+:doc:`docker_remote_api_v1.3`
27
+*****************************
28
+
29
+What's new
30
+----------
31
+
32
+Builder (/build):
33
+- Simplify the upload of the build context
34
+- Simply stream a tarball instead of multipart upload with 4 intermediary buffers
35
+- Simpler, less memory usage, less disk usage and faster
36
+
37
+.. Note::
38
+The /build improvements are not reverse-compatible. Pre 1.3 clients will break on /build.
39
+
40
+
26 41
 :doc:`docker_remote_api_v1.2`
27 42
 *****************************
28 43