mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add doc
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
55691e5fdc
commit
250b0d070c
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||||
|
|
|
@ -240,7 +240,7 @@ Return low-level information on the container `id`
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Links": null,
|
"Links": ["/name:alias"],
|
||||||
"PublishAllPorts": false
|
"PublishAllPorts": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue