linuxserver/sickrageundefined. These parameters are separated by a colon and indicate external:internal respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
| Parameter | Function |
|---|---|
-p 8081 | Application WebUI |
-e PUID=1000 | for UserID - see below for explanation |
-e PGID=1000 | for GroupID - see below for explanation |
-e TZ=Europe/London | Specify a timezone to use EG Europe/London. |
-v /config | Configuration files. |
-v /downloads | ISOs. |
-v /tv | TV library directory. |
When using 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 any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.
In this instance PUID=1000 and PGID=1000, to find yours use id user as below:
$ id username uid=1000(dockeruser) gid=1000(dockergroup) groups=1000(dockergroup)
Web interface is at your ip:8081 , set paths for downloads, tv-shows to match docker mappings via the webui.
docker exec -it sickrage /bin/bashdocker logs -f sickragedocker inspect -f '{{ index .Config.Labels "build_version" }}' sickragedocker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/sickrageMost of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the Application Setup section above to see if it is recommended for the image.
Below are the instructions for updating containers:
docker pull linuxserver/sickragedocker stop sickragedocker rm sickrage/config folder and settings will be preserved)docker start sickragedocker image prunedocker-compose pull
docker-compose pull sickragedocker-compose up -d
docker-compose up -d sickragedocker image prunedocker run --rm \ -v /var/run/docker.sock:/var/run/docker.sock \ containrrr/watchtower \ --run-once sickrage
docker image pruneIf you want to make local modifications to these images for development purposes or just to customize the logic:
git clone [***] cd docker-sickrage docker build \ --no-cache \ --pull \ -t linuxserver/sickrage:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务