Parcourir la source

Merge pull request #29682 from miaoyq/add-volume-prune-to-index

Add 'volume prune' to the volume commands index
Sebastiaan van Stijn il y a 8 ans
Parent
commit
e6366743a1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      docs/reference/commandline/index.md

+ 1 - 0
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                       |