https://github.com/rootfs/azure-mounter
create and mount share from Azure File Service
https://github.com/rootfs/azure-mounter
Last synced: 9 months ago
JSON representation
create and mount share from Azure File Service
- Host: GitHub
- URL: https://github.com/rootfs/azure-mounter
- Owner: rootfs
- Created: 2015-11-12T20:15:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T20:22:14.000Z (over 10 years ago)
- Last Synced: 2024-12-29T21:23:46.883Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-mounter
create (if not exist yet) and mount share from Azure File Service
# Build and run
```console
go build -o azure-mounter main.go
./azure-mounter --account-name your_account_name --account-key your_key -mountpoint=/path_to_mountpoint --share=your_share_name_to_be_created
```
#Reference
[Azure Docker Volume Plugin](https://github.com/Azure/azurefile-dockervolumedriver)