From a63cfca463cde0367937f4b2fa236ef2a78d9ef1 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 2 Aug 2017 03:16:01 +0800 Subject: [PATCH] Update persistent-data-volumes.md (#4010) --- docker-for-aws/persistent-data-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-aws/persistent-data-volumes.md b/docker-for-aws/persistent-data-volumes.md index 93b5eee6c5..4611c8d900 100644 --- a/docker-for-aws/persistent-data-volumes.md +++ b/docker-for-aws/persistent-data-volumes.md @@ -220,7 +220,7 @@ $ docker service create \ {% endraw %} ``` -Here, each task has mounts its own volume at `/mydata/` and the files under that +Here, each task has mounted its own volume at `/mydata/` and the files under that mountpoint are unique to that task. When a task with only `shared` EFS volumes mounted is rescheduled on a different