Explorar o código

Merge pull request #20736 from elchris82/master

Changed the Example request in Remote API reference to connect a container to a network
Vincent Demeester %!s(int64=9) %!d(string=hai) anos
pai
achega
79c24a0820

+ 1 - 1
docs/reference/api/docker_remote_api_v1.22.md

@@ -3072,7 +3072,7 @@ Content-Type: application/json
 {
   "Container":"3613f73ba0e4",
   "EndpointConfig": {
-    "test_nw": {
+    "IPAMConfig": {
         "IPv4Address":"172.24.56.89",
         "IPv6Address":"2001:db8::5689"
     }

+ 1 - 1
docs/reference/api/docker_remote_api_v1.23.md

@@ -3106,7 +3106,7 @@ Content-Type: application/json
 {
   "Container":"3613f73ba0e4",
   "EndpointConfig": {
-    "test_nw": {
+    "IPAMConfig": {
         "IPv4Address":"172.24.56.89",
         "IPv6Address":"2001:db8::5689"
     }