Skip to content

Instantly share code, notes, and snippets.

@jsharpe
Created April 17, 2018 13:53
Show Gist options
  • 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

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