Azure / azurefile-dockervolumedriver

Docker Volume Driver for Azure File Service over SMB/CIFS :whale:
Apache License 2.0
169 stars 55 forks source link

Add docker self-contain plugin, default share name, nobrl and cache #97

Closed jmaitrehenry closed 6 years ago

jmaitrehenry commented 6 years ago

Hi,

I made the following changes:

I will update the readme for adding the new options.

If you want to try the plugin:

$ docker plugin install jmaitrehenry/azurefile DEBUG=true AZURE_STORAGE_ACCOUNT=xxx AZURE_STORAGE_ACCOUNT_KEY=yyy

Plugin "jmaitrehenry/azurefile" is requesting the following privileges:
 - network: [host]
 - mount: [/dev]
 - allow-all-devices: [true]
 - capabilities: [CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_DAC_READ_SEARCH]
Do you grant the above permissions? [y/N] y
latest: Pulling from jmaitrehenry/azurefile
5ed404b172dd: Download complete
Digest: sha256:22de2d8a6a9750b59750663d781ead0cb5bff4519f0cd7ebea80bfeae071112d
Status: Downloaded newer image for jmaitrehenry/azurefile:latest
Installed plugin jmaitrehenry/azurefile

$ docker volume create --name nobrl -d jmaitrehenry/azurefile -o nobrl=true
$ docker run --rm -ti -v nobrl:/nobrl alpine
msftgits commented 6 years ago

This driver is no longer supported and will not be maintained moving forward. We recommend users use CloudStor for Docker native solutions.

Thanks for your contribution, but to reduce confusion, we are closing issues, pull requests, and marking the repo as 'Archive' for the time being.