mirror of https://github.com/docker/docs.git
Fix typo in working with volumes doc page
This commit is contained in:
parent
22162687df
commit
a17fd7b294
|
@ -13,7 +13,7 @@ Share Directories via Volumes
|
||||||
|
|
||||||
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 :ref:`ufs_def` to provide several useful
|
containers that bypasses the :ref:`ufs_def` to provide several useful
|
||||||
features for persistant or shared data:
|
features for persistent or shared data:
|
||||||
|
|
||||||
* **Data volumes can be shared and reused between containers.** This
|
* **Data volumes can be shared and reused between containers.** This
|
||||||
is the feature that makes data volumes so powerful. You can use it
|
is the feature that makes data volumes so powerful. You can use it
|
||||||
|
|
Loading…
Reference in New Issue