mirror of https://github.com/docker/docs.git
Update index.md (#4437)
This commit is contained in:
parent
9f15cba3c7
commit
79df8a343f
|
@ -51,7 +51,7 @@ mounts is to think about where the data lives on the Docker host.
|
|||
volume explicitly using the `docker volume create` command, or Docker can
|
||||
create a volume during container or service creation.
|
||||
|
||||
When you create a volume, it is stored within a a directory on the Docker
|
||||
When you create a volume, it is stored within a directory on the Docker
|
||||
host. When you mount the volume into a container, this directory is what is
|
||||
mounted into the container. This is similar to the way that bind mounts work,
|
||||
except that volumes are managed by Docker and are isolated from the core
|
||||
|
@ -174,4 +174,4 @@ If you use either bind mounts or volumes, keep the following in mind:
|
|||
- Learn more about [tmpfs mounts](tmpfs.md).
|
||||
- Learn more about [storage drivers](/engine/userguide/storagedriver.md), which
|
||||
are not related to bind mounts or volumes, but allow you to store data in a
|
||||
container's writable layer.
|
||||
container's writable layer.
|
||||
|
|
Loading…
Reference in New Issue