Fix broken link (#4047)

This commit is contained in:
Misty Stanley-Jones 2017-07-31 15:30:04 -07:00 committed by Victoria Bialas
parent 900d669cba
commit 2e74e5192a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Data volumes provide several useful features for persistent or shared data:
- Volumes are initialized when a container is created. If the container's
parent image contains data at the specified mount point, that existing data is
copied into the new volume upon volume initialization. (Note that this does
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).)
- Data volumes can be shared and reused among containers.
- Changes to a data volume are made directly.
- Changes to a data volume will not be included when you update an image.