Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3552

Advanced users • Re: Installing Docker Package

$
0
0
It worked OK for me using docker on a pi4 running Bullseye 64-bit as user pi. pi is in the docker group of course.
Looks like your volumes -v flag is not 100% ok.
The start script I used is:

Code:

docker run -d \  --name=rdtclient \  -e PUID=1000 \  -e PGID=1000 \  -e TZ=Europe/London \  -p 6500:6500 \  -v /home/pi/Documents:/data/db \  -v /home/pi/Downloads:/data/downloads \  --restart unless-stopped \  rogerfar/rdtclient
docker pi4 64-bit.jpg

Statistics: Posted by neilgl — Fri Jul 19, 2024 2:25 pm



Viewing all articles
Browse latest Browse all 3552

Trending Articles