Skip to content

Instantly share code, notes, and snippets.

@jsharpe
Created April 17, 2018 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsharpe/17bbbb21842a6bb3813d35853032e3dd to your computer and use it in GitHub Desktop.
Save jsharpe/17bbbb21842a6bb3813d35853032e3dd to your computer and use it in GitHub Desktop.
Install cloudstor on docker CE
docker plugin install --alias cloudstor:aws --grant-all-permissions docker4x/cloudstor:18.03.0-ce-aws2 AWS_REGION=eu-west-1 CLOUD_PLATFORM=AWS EFS_SUPPORTED=0
@jsharpe
Copy link
Author

jsharpe commented Apr 17, 2018

"Action": [
"ec2:CreateTags",
"ec2:AttachVolume",
"ec2:DetachVolume",
"ec2:CreateVolume",
"ec2:DeleteVolume",
"ec2:DescribeVolumes",
"ec2:DescribeVolumeStatus",
"ec2:CreateSnapshot",
"ec2:DeleteSnapshot",
"ec2:DescribeSnapshots"
],
"Effect": "Allow",
"Resource": "*"

@jsharpe
Copy link
Author

jsharpe commented Apr 17, 2018

volumes:
    db_data:
      driver: "cloudstor:aws"
      driver_opts:
       backing: relocatable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment