https://github.com/marcelo-ochoa/docker-volume-plugins
Managed docker volume plugins
https://github.com/marcelo-ochoa/docker-volume-plugins
docker plugins volume
Last synced: 6 months ago
JSON representation
Managed docker volume plugins
- Host: GitHub
- URL: https://github.com/marcelo-ochoa/docker-volume-plugins
- Owner: marcelo-ochoa
- License: epl-2.0
- Fork: true (trajano/docker-volume-plugins)
- Created: 2020-09-29T00:00:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T15:15:29.000Z (about 3 years ago)
- Last Synced: 2024-11-05T21:45:43.355Z (over 1 year ago)
- Topics: docker, plugins, volume
- Language: Go
- Homepage:
- Size: 2.05 MB
- Stars: 87
- Watchers: 2
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Managed Volume Plugins
=============================
This project provides managed volume plugins for Docker to connect to [CIFS](https://github.com/marcelo-ochoa/docker-volume-plugins/tree/master/cifs-volume-plugin), [GlusterFS](https://github.com/marcelo-ochoa/docker-volume-plugins/tree/master/glusterfs-volume-plugin) [NFS](https://github.com/marcelo-ochoa/docker-volume-plugins/tree/master/nfs-volume-plugin).
Along with a generic [CentOS Mounted Volume Plugin](https://github.com/marcelo-ochoa/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**