https://github.com/computestacks/docker-volume-nfs
NFS Volume support for ComputeStacks
https://github.com/computestacks/docker-volume-nfs
Last synced: about 1 month ago
JSON representation
NFS Volume support for ComputeStacks
- Host: GitHub
- URL: https://github.com/computestacks/docker-volume-nfs
- Owner: ComputeStacks
- Created: 2020-09-11T18:16:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T05:31:52.000Z (about 5 years ago)
- Last Synced: 2025-01-10T15:23:15.451Z (over 1 year ago)
- Language: Ruby
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# DockerVolumeNfs
Docker volume driver for NFS storage, using ComputeStacks.
## Building
```bash
gem build docker_volume_nfs.gemspec
gem push --key github --host https://rubygems.pkg.github.com/ComputeStacks docker_volume_nfs-0.2.0.gem
```