镜像使用说明

为了加速镜像拉取,你可以使用以下命令设置 registry mirror:

sudo tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://docker.cqy.win"]
}
EOF

为了避免 Worker 用量耗尽,你可以手动 pull 镜像然后 re-tag 之后 push 至本地镜像仓库:

docker pull docker.cqy.win/jxxghp/moviepilot:latest # 拉取 moviepilot 镜像
docker pull docker.cqy.win/linuxserver/qbittorrent:latest # 拉取 qbittorrent 镜像
docker pull docker.cqy.win/linuxserver/transmission:latest # 拉取 transmission 镜像
docker pull docker.cqy.win/amilys/embyserver:latest # 拉取 embyserver 镜像
docker pull docker.cqy.win/nyanmisaka/jellyfin:latest # 拉取 jellyfin 镜像
docker pull docker.cqy.win/linuxserver/plex:latest # 拉取 plex 镜像
docker pull docker.cqy.win/iyuucn/iyuuplus-dev:latest # 拉取 iyuuplus-dev 镜像

本加速镜像为《PT乐园-交流学习》群内使用,请勿传播。