Merge pull request #20736 from elchris82/master
Changed the Example request in Remote API reference to connect a container to a network
This commit is contained in:
commit
79c24a0820
2 changed files with 2 additions and 2 deletions
|
@ -3072,7 +3072,7 @@ Content-Type: application/json
|
|||
{
|
||||
"Container":"3613f73ba0e4",
|
||||
"EndpointConfig": {
|
||||
"test_nw": {
|
||||
"IPAMConfig": {
|
||||
"IPv4Address":"172.24.56.89",
|
||||
"IPv6Address":"2001:db8::5689"
|
||||
}
|
||||
|
|
|
@ -3106,7 +3106,7 @@ Content-Type: application/json
|
|||
{
|
||||
"Container":"3613f73ba0e4",
|
||||
"EndpointConfig": {
|
||||
"test_nw": {
|
||||
"IPAMConfig": {
|
||||
"IPv4Address":"172.24.56.89",
|
||||
"IPv6Address":"2001:db8::5689"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue