Closed joshlester closed 8 years ago
@joshlester it appears like we might have introduced a bug in the last release. Do you mind sending your azurefile-dockervolumedriver.default
file? I will try to reproduce it.
By the way, I see you specified OS X above, are you running "Docker for Mac"?
@ahmetalpbalkan While I was trying to follow up on another issue (#45) using the latest Docker and azurefile-dockervolumedriver releases, I experienced the same issues as Josh describes above. Using Docker 1.12.0, azurefile-dockervolumedriver 0.4.0 and a Ubuntu 16.04 LTS VM on Azure. I also tried with and without the newly introduced AZURE_STORAGE_BASE option in the .default file.
argh, that's weird. If the option is empty string it should be using the default value correctly. I will give it a try. Thanks for reporting.
I can reproduce the bug. Working on it.
Hi folks just released version 0.4.1 with the fix. Thanks for reporting this again!
Wow, thanks for the quick response! I can confirm it's now working on my machine.
Hi,
I'm running docker version 1.12.0-beta21 (build: 10868) on osx: 10.11.6.
After following the instruction here: https://github.com/Azure/azurefile-dockervolumedriver/tree/master/contrib/init/systemd
And creating a share successfully using the following command: docker volume create -d azurefile -o share=rendivo --name rendivo
When running the command: docker run --name comp -p 80:80 -d -v rendivo:/media/rendivo 3dviz/comp-rendivo
I get the following error:
Any help is appreciated. Thanks, Josh.