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

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

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
```