Closed niau closed 8 years ago
@niau My guess is, most likely CIFS does not support symlinks. I'm not familiar with CIFS enough to give a definitive answer. However, this does not look like a Docker Volume Plugin-specific issue. I suggest you to ask this on https://azure.microsoft.com/en-us/documentation/articles/storage-how-to-use-files-linux/ comments section.
See PR #95 for symbolic links support.
I have a container that mounts two volumes. One for the database data and another for the database index
We have mounted the volumes the following way
Later when the database operates it tries to create a symlink we are getting the following error:
And when I tried to reproduce it manually...
Digging a bit deeper it looks that azurefile is CIFS and in the end windows file share and pardon me windows still does not support symlinks???