群晖Docker安装Jellyfin提示“操作超时 请重试 完美解决方案
问题解决
通过ssh的方式下载镜像
1.DSM需要开启ssh服务
2.启动SSH功能,端口设置22
3.打开FinalShell 登陆账号
接着 赋予最高权限 sudo -i
回车。会提示:
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
1) Respect the privacy of others.
2) Think before you type.
3) With great power comes great responsibility.
输入密码 回车
docker pull jellyfin/jellyfin
回车,成功后,会提示
Using default tag: latest
latest: Pulling from jellyfin/jellyfin
69692152171a: Pull complete
ce341d51bc6d: Pull complete
68a7cf949f04: Pull complete
d3c911d9d9a2: Pull complete
Digest: sha256:16502a06932ab68e15f653a542c88156f3009b13c57a55527ed70b596cfc286e
Status: Downloaded newer image for jellyfin/jellyfin:latest
docker.io/jellyfin/jellyfin:latest
jellyfin/jellyfin就安装好了
接着就可以去容器Docker里面映像启动jellyfin启动开始jellyfin配置工作
网上教程太多了附教程
https://post.smzdm.com/p/aen523zk/?ivk_sa=1024320u
https://post.smzdm.com/p/akx928ne/
评论 (0)