【問題描述】最近安裝Docker后,需要安裝 jellyfin,我一開始進(jìn)注冊(cè)表,雙擊下載,結(jié)果試了好多次,提示操作超時(shí);然后搜索問題,給出的答案是讓我增加鏡像,結(jié)果....試了好幾個(gè)小時(shí),無(wú)果...!繼續(xù)全網(wǎng)搜索答案...終于.... 【問題解決】通過ssh的方式下載鏡像---速度超快的 1.DSM需要開啟ssh服務(wù):
藍(lán)光01.jpg (125.95 KB, 下載次數(shù): 22)
下載附件
保存到相冊(cè)
2021-8-2 07:26 上傳
啟動(dòng)SSH功能,端口設(shè)置22;
藍(lán)光02.jpg (59.97 KB, 下載次數(shù): 21)
下載附件
保存到相冊(cè)
2021-8-2 07:27 上傳
2.如果是 DSM 6.0 或者更高版本 在計(jì)算機(jī)上啟動(dòng)終端應(yīng)用程序: Windows 10:Windows PowerShell macOS:Terminal.app(中文就是終端,mac自帶) Linux:Terminal 我是mac環(huán)境下運(yùn)行的,流程如下: 首先輸入:ssh 你的DSM管理帳戶@DSM IP地址 -p 21,比如我的 ssh admin@192.168.66.189 -p 22
然后輸入dsm到密碼,輸入以后,會(huì)提示 admin@DSM:/$ 說明第一步成功了,下面需要繼續(xù)root權(quán)限,在admin@DSM:/$ 后面輸入 sudo -i
回車。會(huì)提示:
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. 輸入密碼 回車,會(huì)提示:root@DSM ,輸入,jellyfin/jellyfin下載指令 docker pull jellyfin/jellyfin
回車,成功后,會(huì)提示 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就安裝完成。
藍(lán)光03.jpg (326.24 KB, 下載次數(shù): 19)
下載附件
保存到相冊(cè)
2021-8-2 07:28 上傳
大家遇到類似情況,不妨一試
|