From 9bff074ec1dc1a7f60ad84dd38e6eb9003b3551a Mon Sep 17 00:00:00 2001 From: Yanqiang Miao Date: Sat, 24 Dec 2016 15:03:38 +0800 Subject: [PATCH] Add 'volume prune' to the volume commands index Signed-off-by: Yanqiang Miao Upstream-commit: 93ca1a3122bda06591831317c667cb690f51fc22 Component: cli --- components/cli/docs/reference/commandline/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cli/docs/reference/commandline/index.md b/components/cli/docs/reference/commandline/index.md index 3402f24190..0374645708 100644 --- a/components/cli/docs/reference/commandline/index.md +++ b/components/cli/docs/reference/commandline/index.md @@ -106,6 +106,7 @@ read the [`dockerd`](dockerd.md) reference page. | [volume create](volume_create.md) | Creates a new volume where containers can consume and store data | | [volume inspect](volume_inspect.md) | Display information about a volume | | [volume ls](volume_ls.md) | Lists all the volumes Docker knows about | +| [volume prune](volume_prune.md) | Remove all unused volumes | | [volume rm](volume_rm.md) | Remove one or more volumes |