$ docker volume create --driver fuxi --name it-admin-test --opt size=1 --opt fstype=ext4 --opt multiattach=true --opt volume_provider=cinder $ docker plugin install --grant-all-permissions --alias vsphere vmware/ docker-volume-vsphere:latest $ docker volume create --driver=vsphere --name=it-admin-test -o size=10gb $ docker plugin install wetopi/rbd --alias=wetopi/rbd LOG_LEVEL=1 RBD_CONF_KEYRING_USER=client.admin RBD_CONF_KEYRING_KEY="KEY" $ docker volume create -d wetopi/rbd -o pool=rbd -o size=206 it-admin-test $ docker run -d -it --volume-driver wetopi/rbd --name=nginx --mount source=it-admin-test, destination=/usr/share/nginx/html, readonly nginx:latest docker volume rm