Azure / azurefile-dockervolumedriver

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

Fix storageBase shared as mountpoint #48

Closed ahmetb closed 8 years ago

ahmetb commented 8 years ago

It appears like #43 has broken the mount command as we passed storageBase as mountPath to the mount() method.

Fixes #47.