Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootfs/azure-mounter
create and mount share from Azure File Service
https://github.com/rootfs/azure-mounter
Last synced: 12 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T20:22:14.000Z (about 9 years ago)
- Last Synced: 2024-06-11T16:23:01.833Z (5 months 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)