From 1a658fb45c891a3f398680b9508c3369c2eb029d Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 19 Oct 2016 06:44:02 +0000 Subject: [PATCH] add missing changes in API v1.25 (prune) to docker_remote_api.md Signed-off-by: Akihiro Suda Upstream-commit: afb21776313eb88b7ca691e224832ddb28cb2bb3 Component: engine --- components/engine/docs/reference/api/docker_remote_api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/docs/reference/api/docker_remote_api.md b/components/engine/docs/reference/api/docker_remote_api.md index edc5a7659a..7de0589669 100644 --- a/components/engine/docs/reference/api/docker_remote_api.md +++ b/components/engine/docs/reference/api/docker_remote_api.md @@ -143,6 +143,9 @@ This section lists each version from latest to oldest. Each listing includes a * `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. +* `POST /containers/prune` prunes stopped containers. +* `POST /images/prune` prunes unused images. +* `POST /volumes/prune` prunes unused volumes. ### v1.24 API changes