1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #27438 from yuexiao-wang/update-volume

Update the link for understand data volumes
This commit is contained in:
Misty Stanley-Jones 2016-10-19 09:56:05 -07:00 committed by GitHub
commit 2bf4a39161
6 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -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/)

View file

@ -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/)

View file

@ -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/)

View file

@ -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)

View file

@ -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/)