mirror of https://github.com/docker/docs.git
parent
17b6bf3c40
commit
bbb6cb96ed
|
|
@ -6,7 +6,7 @@ title: Docker for Azure persistent data volumes
|
||||||
|
|
||||||
## What is Cloudstor?
|
## What is Cloudstor?
|
||||||
|
|
||||||
Cloudstor a volume plugin managed by Docker. It comes pre-installed and pre-configured in swarms deployed on Docker for Azure. Swarm tasks use a volume created through Cloudstor to mount a persistent data volume that stays attached to the swarm tasks no matter which swarm node they get scheduled or migrated to. Cloudstor relies on shared storage infrastructure provided by AWS to allow swarm tasks to create/mount their persistent volumes on any node in the swarm. In a future release we will introduce support for direct attached storage to satisfy very low latency/high IOPs requirements.
|
Cloudstor a volume plugin managed by Docker. It comes pre-installed and pre-configured in swarms deployed on Docker for Azure. Swarm tasks use a volume created through Cloudstor to mount a persistent data volume that stays attached to the swarm tasks no matter which swarm node they get scheduled or migrated to. Cloudstor relies on shared storage infrastructure provided by Azure to allow swarm tasks to create/mount their persistent volumes on any node in the swarm. In a future release we will introduce support for direct attached storage to satisfy very low latency/high IOPs requirements.
|
||||||
|
|
||||||
## Use Cloudstor
|
## Use Cloudstor
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue