Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)