mirror of https://github.com/docker/docs.git
Removing duplicated word (#4297)
This commit is contained in:
parent
6c15aa45ed
commit
0ec86e380d
|
@ -5,7 +5,7 @@ keywords: storage, persistence, data persistence, tmpfs
|
|||
---
|
||||
|
||||
[Volumes](volumes.md) and [bind mounts](bind-mounts.md) are mounted into the
|
||||
container's filesystem by default, and their contents are stored on on the host
|
||||
container's filesystem by default, and their contents are stored on the host
|
||||
machine.
|
||||
|
||||
There may be cases where you do not want to store a container's data on the host
|
||||
|
@ -143,4 +143,4 @@ docker run -d \
|
|||
|
||||
- Learn about [volumes](volumes.md)
|
||||
- Learn about [bind mounts](bind-mounts.md)
|
||||
- Learn about [storage drivers](/engine/userguide/storagedriver.md)
|
||||
- Learn about [storage drivers](/engine/userguide/storagedriver.md)
|
||||
|
|
Loading…
Reference in New Issue