We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900d669 commit 2e74e51Copy full SHA for 2e74e51
engine/tutorials/dockervolumes.md
@@ -26,7 +26,7 @@ Data volumes provide several useful features for persistent or shared data:
26
- Volumes are initialized when a container is created. If the container's
27
parent image contains data at the specified mount point, that existing data is
28
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).)
+ not apply when [mounting a host directory](#mount-a-host-file-as-a-data-volume).)
30
- Data volumes can be shared and reused among containers.
31
- Changes to a data volume are made directly.
32
- Changes to a data volume will not be included when you update an image.
0 commit comments