Skip to content

Commit 2e74e51

Browse files
Misty Stanley-Joneslondoncalling
Misty Stanley-Jones
authored andcommitted
Fix broken link (docker#4047)
1 parent 900d669 commit 2e74e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/tutorials/dockervolumes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Data volumes provide several useful features for persistent or shared data:
2626
- Volumes are initialized when a container is created. If the container's
2727
parent image contains data at the specified mount point, that existing data is
2828
copied into the new volume upon volume initialization. (Note that this does
29-
not apply when [mounting a host directory](#mount-a-host-directory-as-a-data-volume).)
29+
not apply when [mounting a host directory](#mount-a-host-file-as-a-data-volume).)
3030
- Data volumes can be shared and reused among containers.
3131
- Changes to a data volume are made directly.
3232
- Changes to a data volume will not be included when you update an image.

0 commit comments

Comments
 (0)