Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koorosh/azure-docker-volume

Docker volume plugin to use Azure file share as volume
https://github.com/koorosh/azure-docker-volume

Last synced: 18 days ago
JSON representation

Docker volume plugin to use Azure file share as volume

Awesome Lists containing this project

README

        

# Azure Docker Volume plugin

Current implementation is based on following specifications and guideline:
- [Docker volume plugins](https://docs.docker.com/engine/extend/plugins_volume/)
- [Official azfile Go package to interact with Azure File Share API](https://pkg.go.dev/github.com/Azure/azure-storage-file-go/azfile#example-package)
- [Use Azure Files with Linux](https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux)