人人影视客户端 2.20 x86/x64 (支持群晖、威联通、U-NAS、Free-NAS)
100K+
docker create --name=rrshareweb \
-v <path to downloads>:/opt/work/rrshareweb/data \
-e PGID=<gid> -e PUID=<uid> \
-e TZ=<timezone> \
--net host \
auska/docker-rrshareweb
Sometimes when using data volumes (-v flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user PUID and group PGID. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.
In this instance PUID=1001 and PGID=1001. To find yours use id user as below:
$ id <dockeruser>
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
Content type
Image
Digest
Size
28.9 MB
Last updated
almost 6 years ago
docker pull auska/docker-rrshareweb