https://github.com/fjctp/build-snapraid
Build snapraid from source
https://github.com/fjctp/build-snapraid
docker snapraid
Last synced: about 2 months ago
JSON representation
Build snapraid from source
- Host: GitHub
- URL: https://github.com/fjctp/build-snapraid
- Owner: fjctp
- Created: 2020-03-14T21:32:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T21:35:06.000Z (about 5 years ago)
- Last Synced: 2025-02-01T23:44:45.496Z (4 months ago)
- Topics: docker, snapraid
- Language: Shell
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build-snapraid
Build snapraid from [github](https://github.com/amadvance/snapraid/releases) based on `opensuse/tumbleweed`## Usage
Build a specific version of snapraid and copy the executable to current folder.
```
docker run -it --rm -v $PWD:/output -e VERSION=11.3 fjctp/build-snapraid
```