ironpeakservices / iron-snapraid

Secure docker image for running snapraid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iron-snapraid

Secure docker container for using snapraid.

Usage

% 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

About

Secure docker image for running snapraid.

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%