Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trajano/docker-volume-plugins
Managed docker volume plugins
https://github.com/trajano/docker-volume-plugins
cifs docker docker-volume-plugin glusterfs nfs
Last synced: 10 days ago
JSON representation
Managed docker volume plugins
- Host: GitHub
- URL: https://github.com/trajano/docker-volume-plugins
- Owner: trajano
- License: epl-2.0
- Created: 2018-04-03T15:29:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T21:08:48.000Z (about 4 years ago)
- Last Synced: 2024-10-23T04:56:33.224Z (19 days ago)
- Topics: cifs, docker, docker-volume-plugin, glusterfs, nfs
- Language: Go
- Homepage:
- Size: 2.02 MB
- Stars: 143
- Watchers: 10
- Forks: 60
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Managed Volume Plugins
=============================**This project is forked at https://github.com/marcelo-ochoa/docker-volume-plugins please submit PR or bugs there.**
This project provides managed volume plugins for Docker to connect to [CIFS](https://github.com/trajano/docker-volume-plugins/tree/master/cifs-volume-plugin), [GlusterFS](https://github.com/trajano/docker-volume-plugins/tree/master/glusterfs-volume-plugin) [NFS](https://github.com/trajano/docker-volume-plugins/tree/master/nfs-volume-plugin).
Along with a generic [CentOS Mounted Volume Plugin](https://github.com/trajano/docker-volume-plugins/tree/master/centos-mounted-volume-plugin) that allows for arbitrary packages to be installed and used by mount.
There are two key labels
* `dev` this is an unstable version primarily used for development testing, do not use it on production.
* `latest` this is the latest version that was built which should be ready for use in production systems.**There is no robust error handling. So garbage in -> garbage out**