mirror of https://github.com/docker/docs.git
Merge pull request #15451 from liubin/liubin/fix-broken-link
fix broken link to wiki
This commit is contained in:
commit
6b1b1ad31c
|
@ -28,7 +28,7 @@ Docker.
|
||||||
|
|
||||||
A *data volume* is a specially-designated directory within one or more
|
A *data volume* is a specially-designated directory within one or more
|
||||||
containers that bypasses the [*Union File
|
containers that bypasses the [*Union File
|
||||||
System*](/terms/layer/#union-file-system). Data volumes provide several
|
System*](/reference/glossary#union-file-system). Data volumes provide several
|
||||||
useful features for persistent or shared data:
|
useful features for persistent or shared data:
|
||||||
|
|
||||||
- Volumes are initialized when a container is created. If the container's
|
- Volumes are initialized when a container is created. If the container's
|
||||||
|
|
Loading…
Reference in New Issue