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