mirror of https://github.com/docker/docs.git
Update persistent-data-volumes.md (#4010)
This commit is contained in:
parent
d3cb11f10f
commit
a63cfca463
|
@ -220,7 +220,7 @@ $ docker service create \
|
||||||
{% endraw %}
|
{% 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.
|
mountpoint are unique to that task.
|
||||||
|
|
||||||
When a task with only `shared` EFS volumes mounted is rescheduled on a different
|
When a task with only `shared` EFS volumes mounted is rescheduled on a different
|
||||||
|
|
Loading…
Reference in New Issue