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

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.

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