Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koorosh/azure-docker-volume
- Owner: koorosh
- Created: 2021-03-14T08:49:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T08:49:21.000Z (over 3 years ago)
- Last Synced: 2023-03-02T22:22:45.805Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)