Browse code

add missing changes in API v1.25 (prune) to docker_remote_api.md

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>

Akihiro Suda authored on 2016/10/19 15:44:02
Showing 1 changed files
... ...
@@ -143,6 +143,9 @@ This section lists each version from latest to oldest.  Each listing includes a
143 143
 * `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.
144 144
 * `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.
145 145
 * `GET /exec/(id)/json` now returns `Pid`, which is the system pid for the exec'd process.
146
+* `POST /containers/prune` prunes stopped containers.
147
+* `POST /images/prune` prunes unused images.
148
+* `POST /volumes/prune` prunes unused volumes.
146 149
 
147 150
 
148 151
 ### v1.24 API changes