Browse Source

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

Update the link for understand data volumes
Misty Stanley-Jones 8 years ago
parent
commit
2bf4a39161

+ 1 - 1
docs/reference/commandline/system_prune.md

@@ -61,7 +61,7 @@ Total reclaimed space: 13.5 MB
 * [volume inspect](volume_inspect.md)
 * [volume rm](volume_rm.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)
 * [container prune](container_prune.md)
 * [image prune](image_prune.md)

+ 1 - 1
docs/reference/commandline/volume_create.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 rm](volume_rm.md)
 * [volume prune](volume_prune.md)
-* [Understand Data Volumes](../../tutorials/dockervolumes.md)
+* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)

+ 1 - 1
docs/reference/commandline/volume_inspect.md

@@ -45,4 +45,4 @@ Example output:
 * [volume ls](volume_ls.md)
 * [volume rm](volume_rm.md)
 * [volume prune](volume_prune.md)
-* [Understand Data Volumes](../../tutorials/dockervolumes.md)
+* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)

+ 1 - 1
docs/reference/commandline/volume_ls.md

@@ -171,4 +171,4 @@ vol3: local
 * [volume inspect](volume_inspect.md)
 * [volume rm](volume_rm.md)
 * [volume prune](volume_prune.md)
-* [Understand Data Volumes](../../tutorials/dockervolumes.md)
+* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)

+ 1 - 1
docs/reference/commandline/volume_prune.md

@@ -37,7 +37,7 @@ Total reclaimed space: 36 B
 * [volume ls](volume_ls.md)
 * [volume inspect](volume_inspect.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)
 * [container prune](container_prune.md)
 * [image prune](image_prune.md)

+ 1 - 1
docs/reference/commandline/volume_rm.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 ls](volume_ls.md)
 * [volume prune](volume_prune.md)
-* [Understand Data Volumes](../../tutorials/dockervolumes.md)
+* [Understand Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/)