Sign inSign up

bnjbvr/mysteryshack-docker

By bnjbvr

•Updated over 9 years ago

Dockerfile for a Mysteryshack (RemoteStorage server written in Rust) instance.

Image
1

1.3K

bnjbvr/mysteryshack-docker repository overview

⁠mysteryshack docker image (unofficial)

More information about mysteryshack here⁠.

  • first create a user (only need to do it once):
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
  • then spawn a server in the background:
d run -ti -d \
    -v /path/to/config.ini:/rs/config.ini \
    -v /path/to/data:/rs/data \
    -p 6767:6767 \
    bnjbvr/mysteryshack-docker

Tag summary

Content type

Image

Digest

Size

398.4 MB

Last updated

over 9 years ago

docker pull bnjbvr/mysteryshack-docker