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

https://github.com/computestacks/docker-volume-local

Docker Local volume driver for ComputeStacks
https://github.com/computestacks/docker-volume-local

Last synced: 11 months ago
JSON representation

Docker Local volume driver for ComputeStacks

Awesome Lists containing this project

README

          

# DockerVolumeLocal

Docker volume driver for local storage, using ComputeStacks.

## Building

```bash
gem build docker_volume_local.gemspec
gem push --key github --host https://rubygems.pkg.github.com/ComputeStacks docker_volume_local-0.2.0.gem
```