Browse code

Changed the Remote API reference to connect a container to a network in v1.22 and v1.23

Signed-off-by: Christian Böhme <development@boehme3d.de>

Christian Böhme authored on 2016/02/27 09:31:03
Showing 2 changed files
... ...
@@ -3072,7 +3072,7 @@ Content-Type: application/json
3072 3072
 {
3073 3073
   "Container":"3613f73ba0e4",
3074 3074
   "EndpointConfig": {
3075
-    "test_nw": {
3075
+    "IPAMConfig": {
3076 3076
         "IPv4Address":"172.24.56.89",
3077 3077
         "IPv6Address":"2001:db8::5689"
3078 3078
     }
... ...
@@ -3106,7 +3106,7 @@ Content-Type: application/json
3106 3106
 {
3107 3107
   "Container":"3613f73ba0e4",
3108 3108
   "EndpointConfig": {
3109
-    "test_nw": {
3109
+    "IPAMConfig": {
3110 3110
         "IPv4Address":"172.24.56.89",
3111 3111
         "IPv6Address":"2001:db8::5689"
3112 3112
     }