mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update the link for understand data volumes
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
f11a588d75
commit
b1c2d425e1
6 changed files with 6 additions and 6 deletions
|
@ -61,7 +61,7 @@ Total reclaimed space: 13.5 MB
|
||||||
* [volume inspect](volume_inspect.md)
|
* [volume inspect](volume_inspect.md)
|
||||||
* [volume rm](volume_rm.md)
|
* [volume rm](volume_rm.md)
|
||||||
* [volume prune](volume_prune.md)
|
* [volume prune](volume_prune.md)
|
||||||
* [Understand Data Volumes](../../tutorials/dockervolumes.md)
|
* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)
|
||||||
* [system df](system_df.md)
|
* [system df](system_df.md)
|
||||||
* [container prune](container_prune.md)
|
* [container prune](container_prune.md)
|
||||||
* [image prune](image_prune.md)
|
* [image prune](image_prune.md)
|
||||||
|
|
|
@ -79,4 +79,4 @@ $ docker volume create --driver local --opt type=nfs --opt o=addr=192.168.1.1,rw
|
||||||
* [volume ls](volume_ls.md)
|
* [volume ls](volume_ls.md)
|
||||||
* [volume rm](volume_rm.md)
|
* [volume rm](volume_rm.md)
|
||||||
* [volume prune](volume_prune.md)
|
* [volume prune](volume_prune.md)
|
||||||
* [Understand Data Volumes](../../tutorials/dockervolumes.md)
|
* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)
|
||||||
|
|
|
@ -45,4 +45,4 @@ Example output:
|
||||||
* [volume ls](volume_ls.md)
|
* [volume ls](volume_ls.md)
|
||||||
* [volume rm](volume_rm.md)
|
* [volume rm](volume_rm.md)
|
||||||
* [volume prune](volume_prune.md)
|
* [volume prune](volume_prune.md)
|
||||||
* [Understand Data Volumes](../../tutorials/dockervolumes.md)
|
* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)
|
||||||
|
|
|
@ -171,4 +171,4 @@ vol3: local
|
||||||
* [volume inspect](volume_inspect.md)
|
* [volume inspect](volume_inspect.md)
|
||||||
* [volume rm](volume_rm.md)
|
* [volume rm](volume_rm.md)
|
||||||
* [volume prune](volume_prune.md)
|
* [volume prune](volume_prune.md)
|
||||||
* [Understand Data Volumes](../../tutorials/dockervolumes.md)
|
* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)
|
||||||
|
|
|
@ -37,7 +37,7 @@ Total reclaimed space: 36 B
|
||||||
* [volume ls](volume_ls.md)
|
* [volume ls](volume_ls.md)
|
||||||
* [volume inspect](volume_inspect.md)
|
* [volume inspect](volume_inspect.md)
|
||||||
* [volume rm](volume_rm.md)
|
* [volume rm](volume_rm.md)
|
||||||
* [Understand Data Volumes](../../tutorials/dockervolumes.md)
|
* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)
|
||||||
* [system df](system_df.md)
|
* [system df](system_df.md)
|
||||||
* [container prune](container_prune.md)
|
* [container prune](container_prune.md)
|
||||||
* [image prune](image_prune.md)
|
* [image prune](image_prune.md)
|
||||||
|
|
|
@ -31,4 +31,4 @@ Remove one or more volumes. You cannot remove a volume that is in use by a conta
|
||||||
* [volume inspect](volume_inspect.md)
|
* [volume inspect](volume_inspect.md)
|
||||||
* [volume ls](volume_ls.md)
|
* [volume ls](volume_ls.md)
|
||||||
* [volume prune](volume_prune.md)
|
* [volume prune](volume_prune.md)
|
||||||
* [Understand Data Volumes](../../tutorials/dockervolumes.md)
|
* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)
|
||||||
|
|
Loading…
Reference in a new issue