Merge pull request #9800 from vieux/execIDs_inspect
Add ExecIDs to docker inspect Upstream-commit: 12fef2d8df4e5da024418e324f7e3c3e82220a27 Component: engine
This commit is contained in:
@ -51,6 +51,11 @@ You can still call an old version of the API using
|
||||
**New!**
|
||||
Docker client now hints potential proxies about connection hijacking using HTTP Upgrade headers.
|
||||
|
||||
`GET /containers/(id)/json`
|
||||
|
||||
**New!**
|
||||
This endpoint now returns the list current execs associated with the container (`ExecIDs`).
|
||||
|
||||
## v1.16
|
||||
|
||||
### Full Documentation
|
||||
|
||||
@ -310,6 +310,9 @@ Return low-level information on the container `id`
|
||||
"SysInitPath": "/home/kitty/go/src/github.com/docker/docker/bin/docker",
|
||||
"ResolvConfPath": "/etc/resolv.conf",
|
||||
"Volumes": {},
|
||||
"ExecIDs": [
|
||||
"15f211491dced6a353a2e0f37fe3f3692ee2370a4782418e9bf7052865c10fde"
|
||||
],
|
||||
"HostConfig": {
|
||||
"Binds": null,
|
||||
"ContainerIDFile": "",
|
||||
|
||||
Reference in New Issue
Block a user