Browse code

docs: re-enable API 1.25

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/07/28 09:11:34
Showing 2 changed files
... ...
@@ -35,15 +35,16 @@ If you have bound the Docker daemon to a different socket path or TCP
35 35
 port, you would reference that in your cURL rather than the
36 36
 default.
37 37
 
38
-The current version of the API is v1.24 which means calling `/info` is the same
39
-as calling `/v1.24/info`. To call an older version of the API use
40
-`/v1.23/info`. If a newer daemon is installed, new properties may be returned
38
+The current version of the API is v1.25 which means calling `/info` is the same
39
+as calling `/v1.25/info`. To call an older version of the API use
40
+`/v1.24/info`. If a newer daemon is installed, new properties may be returned
41 41
 even when calling older versions of the API.
42 42
 
43 43
 Use the table below to find the API version for a Docker version:
44 44
 
45 45
 Docker version  | API version                        | Changes
46 46
 ----------------|------------------------------------|------------------------------------------------------
47
+1.13.x          | [1.25](docker_remote_api_v1.25.md) | [API changes](docker_remote_api.md#v1-25-api-changes)
47 48
 1.12.x          | [1.24](docker_remote_api_v1.24.md) | [API changes](docker_remote_api.md#v1-24-api-changes)
48 49
 1.11.x          | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes)
49 50
 1.10.x          | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes)
... ...
@@ -111,6 +112,10 @@ Running `docker rmi` emits an **untag** event when removing an image name.  The
111 111
 
112 112
 This section lists each version from latest to oldest.  Each listing includes a link to the full documentation set and the changes relevant in that release.
113 113
 
114
+### v1.25 API changes
115
+
116
+[Docker Remote API v1.25](docker_remote_api_v1.25.md) documentation
117
+
114 118
 ### v1.24 API changes
115 119
 
116 120
 [Docker Remote API v1.24](docker_remote_api_v1.24.md) documentation
... ...
@@ -3,7 +3,6 @@
3 3
 title = "Remote API v1.25"
4 4
 description = "API Documentation for Docker"
5 5
 keywords = ["API, Docker, rcli, REST,  documentation"]
6
-draft = true
7 6
 [menu.main]
8 7
 parent="engine_remoteapi"
9 8
 weight=-6