Removing duplicated word (#4297)

This commit is contained in:
Mauricio Sánchez 2017-08-21 16:57:38 -05:00 committed by Misty Stanley-Jones
parent 6c15aa45ed
commit 0ec86e380d
1 changed files with 2 additions and 2 deletions

View File

@ -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)