Dockerfile for a Mysteryshack (RemoteStorage server written in Rust) instance.
1.3K
More information about mysteryshack here.
d run -ti --rm \
-v /path/to/config.ini:/rs/config.ini \
-v /path/to/data:/rs/data \
bnjbvr/mysteryshack-docker \
/rs/create-user.sh robert
d run -ti -d \
-v /path/to/config.ini:/rs/config.ini \
-v /path/to/data:/rs/data \
-p 6767:6767 \
bnjbvr/mysteryshack-docker
Content type
Image
Digest
Size
398.4 MB
Last updated
over 9 years ago
docker pull bnjbvr/mysteryshack-docker