Update index.md (#5840)

This commit is contained in:
Chris Williams 2018-01-29 17:22:12 -05:00 committed by Misty Stanley-Jones
parent 6df34957dc
commit ab581979f8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ keywords: storage, persistence, data persistence, volumes, mounts, bind mounts
It is possible to store data within the writable layer of a container, but there It is possible to store data within the writable layer of a container, but there
are some downsides: are some downsides:
- The data don't persist when that container is no longer running, and it can be - The data doesn't persist when that container is no longer running, and it can be
difficult to get the data out of the container if another process needs it. difficult to get the data out of the container if another process needs it.
- A container's writable layer is tightly coupled to the host machine - A container's writable layer is tightly coupled to the host machine
where the container is running. You can't easily move the data somewhere else. where the container is running. You can't easily move the data somewhere else.