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
- Host: GitHub
- URL: https://github.com/computestacks/docker-volume-local
- Owner: ComputeStacks
- Created: 2020-09-10T18:23:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T05:23:35.000Z (about 5 years ago)
- Last Synced: 2025-06-06T10:41:54.772Z (about 1 year ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```