Pull the latest image from Docker Hub:
docker pull deanj93/mozarr:latest
Create local directories for volumes:
mkdir -p ~/mozarr/downloads ~/mozarr/logs ~/mozarr/cookies ~/mozarr/config
Run the container:
docker run -d \
--name mozarr \
-p 7660:7660 \
-v ~/mozarr/downloads:/app/downloads \
-v ~/mozarr/logs:/app/logs \
-v ~/mozarr/cookies:/app/cookies \
-v ~/mozarr/config:/app/config \
--restart unless-stopped \
deanj93/mozarr:latest
Content type
Image
Digest
sha256:6dee0bab3…
Size
371 MB
Last updated
2 months ago
docker pull deanj93/mozarr