https://github.com/ironpeakservices/iron-snapraid
Secure docker image for running snapraid.
https://github.com/ironpeakservices/iron-snapraid
iron snapraid
Last synced: 3 months ago
JSON representation
Secure docker image for running snapraid.
- Host: GitHub
- URL: https://github.com/ironpeakservices/iron-snapraid
- Owner: ironpeakservices
- License: apache-2.0
- Created: 2021-01-29T12:17:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T12:45:49.000Z (over 4 years ago)
- Last Synced: 2025-01-11T08:30:33.809Z (4 months ago)
- Topics: iron, snapraid
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iron-snapraid
Secure docker container for using snapraid.
## Usage
```shell
% docker run -ti \
-v "$(pwd)/snapraid.conf:/snapraid.conf" \
--device /dev/sdb:/dev/sdb \
--device /dev/sdb1:/dev/sdb1 \
--mount type=bind,source=/dev/disk,target=/dev/disk \
ghcr.io/ironpeakservices/iron-snapraid:v11.5
```