فهرست منبع

add doc

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Victor Vieux 11 سال پیش
والد
کامیت
250b0d070c
2فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 5 0
      docs/sources/reference/api/docker_remote_api.md
  2. 1 1
      docs/sources/reference/api/docker_remote_api_v1.13.md

+ 5 - 0
docs/sources/reference/api/docker_remote_api.md

@@ -34,6 +34,11 @@ You can still call an old version of the API using
 
 
 ### What's new
 ### What's new
 
 
+`GET /containers/(name)/json`
+
+**New!**
+The `HostConfig.Links` field is now filled correctly
+
 **New!**
 **New!**
 `Sockets` parameter added to the `/info` endpoint listing all the sockets the 
 `Sockets` parameter added to the `/info` endpoint listing all the sockets the 
 daemon is configured to listen on.
 daemon is configured to listen on.

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.13.md

@@ -240,7 +240,7 @@ Return low-level information on the container `id`
                                 }
                                 }
                             ]
                             ]
                          },
                          },
-                         "Links": null,
+                         "Links": ["/name:alias"],
                          "PublishAllPorts": false
                          "PublishAllPorts": false
                      }
                      }
         }
         }