Merge pull request #17705 from alexwlchan/patch-1

Fix typo in dockervolumes.md
This commit is contained in:
David Calavera 2015-11-04 14:26:47 -08:00
commit fa0ee3fb89

View file

@ -267,7 +267,7 @@ restore testing using your preferred tools.
## Important tips on using shared volumes
Multiple containers can also share one or more data volumes. However, multiple containers writing to a single shared volume can cause data corruption. Make sure you're applications are designed to write to shared data stores.
Multiple containers can also share one or more data volumes. However, multiple containers writing to a single shared volume can cause data corruption. Make sure your applications are designed to write to shared data stores.
Data volumes are directly accessible from the Docker host. This means you can read and write to them with normal Linux tools. In most cases you should not do this as it can cause data corruption if your containers and applications are unaware of your direct access.