1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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>
This commit is contained in:
Christian Böhme 2016-02-27 01:31:03 +01:00
parent f666d918fc
commit 2bd365ae2f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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