From 40dc0c4861df0e087ffe43c416176a58f574e641 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Wed, 4 Nov 2015 22:13:35 +0000 Subject: [PATCH] Fix typo in dockervolumes.md Signed-off-by: Alex Chan --- docs/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/dockervolumes.md b/docs/userguide/dockervolumes.md index 59da9b07d7..ed4ad18f73 100644 --- a/docs/userguide/dockervolumes.md +++ b/docs/userguide/dockervolumes.md @@ -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.