Merge pull request #27470 from runcom/expose-exec-pid

record pid of exec'd process
Upstream-commit: 13fd75c3dd18e6d57b6b28097fd7e0d0989c1b9e
Component: engine
This commit is contained in:
Vincent Demeester
2016-10-20 21:36:21 +02:00
committed by GitHub
15 changed files with 210 additions and 189 deletions

View File

@ -133,6 +133,7 @@ This section lists each version from latest to oldest. Each listing includes a
* `GET /networks/(name)` now returns field `Created` in response to show network created time.
* `POST /containers/(id or name)/exec` now accepts an `Env` field, which holds a list of environment variables to be set in the context of the command execution.
* `GET /volumes`, `GET /volumes/(name)`, and `POST /volumes/create` now return the `Options` field which holds the driver specific options to use for when creating the volume.
* `GET /exec/(id)/json` now returns `Pid`, which is the system pid for the exec'd process.
### v1.24 API changes