dateraio/datera
Install: $ docker plugin install dateraio/datera
Place this JSON blob in a config file in /root/, then update it with the relevant cluster information { "datera-cluster": "1.1.1.1", "username": "my-user", "password": "my-pass", "debug": false, "ssl": true, "tenant": "/root", "os-user": "root" }
Then enable the plugin $ docker plugin enable dateraio/datera
Volumes can now be created via $ docker volume create --name my-vol --driver dateraio/datera --opt size=5
docker plugin install dateraio/datera