dateraio/datera

By dateraio

Updated almost 8 years ago

DateraIO Docker Volume Plugin

Plugin
0

64

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 Pull Command

docker plugin install dateraio/datera