【问题描述】最近安装Docker后,需要安装 jellyfin,我一开始进注册表,双击下载,结果试了好多次,提示操作超时;然后搜索问题,给出的答案是让我增加镜像,结果….试了好几个小时,无果…!继续全网搜索答案…终于….
【问题解决】通过ssh的方式下载镜像—速度超快的
1.DSM需要开启ssh服务:
启动SSH功能,端口设置22;
2.如果是 DSM 6.0 或者更高版本
在计算机上启动终端应用程序:
Windows 10:Windows PowerShell
macOS:Terminal.app(中文就是终端,mac自带)
Linux:Terminal
我是mac环境下运行的,流程如下:
然后输入dsm到密码,输入以后,会提示 admin@DSM:/$ 说明第一步成功了,下面需要继续root权限,在admin@DSM:/$ 后面输入
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.
输入密码 回车,会提示:root@DSM ,输入,jellyfin/jellyfin下载指令
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
docker.io/jellyfin/jellyfin:latest
至此,jellyfin/jellyfin就安装完成。
原文链接:https://www.znds.com/tv-1200498-1-1.html