cloudstor

cloudstor

Cloudstor is a Docker Swarm Plugin that provides persistent storage to Docker Swarm Clusters deployed on AWS. By default Cloudstor is not installed on Docker Enterprise environments created with Docker Cluster.

Example Usage

cluster:
  cloudstor:
    use_efs: true
    version: "1.0"

Settings

Setting Type Default Description
use_efs Boolean false Use Elastic File System (EFS) instead of Elastic Block Store (EBS)
version String None The version of Docker Cloudstor to install. “1.0” is currently the only released version of Docker Cloudstor.