Browse code

add doc

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)

Victor Vieux authored on 2014/06/27 08:36:29
Showing 2 changed files
... ...
@@ -34,6 +34,11 @@ You can still call an old version of the API using
34 34
 
35 35
 ### What's new
36 36
 
37
+`GET /containers/(name)/json`
38
+
39
+**New!**
40
+The `HostConfig.Links` field is now filled correctly
41
+
37 42
 **New!**
38 43
 `Sockets` parameter added to the `/info` endpoint listing all the sockets the 
39 44
 daemon is configured to listen on.
... ...
@@ -240,7 +240,7 @@ Return low-level information on the container `id`
240 240
                                 }
241 241
                             ]
242 242
                          },
243
-                         "Links": null,
243
+                         "Links": ["/name:alias"],
244 244
                          "PublishAllPorts": false
245 245
                      }
246 246
         }