<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Docker - 無法顯示網頁</title>
	<atom:link href="https://www.james-only.com/tag/docker/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.james-only.com/tag/docker/</link>
	<description>記錄旅遊、攝影、海水缸及生活中的每一件事</description>
	<lastBuildDate>Mon, 26 Aug 2024 07:40:34 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.james-only.com/wp-content/uploads/cropped-apple-touch-icon-32x32.png</url>
	<title>Docker - 無法顯示網頁</title>
	<link>https://www.james-only.com/tag/docker/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">5818234</site>	<item>
		<title>Synology NAS 如何更新使用 Container Manager 管理的容器</title>
		<link>https://www.james-only.com/synology-container-manager-reset-container/</link>
					<comments>https://www.james-only.com/synology-container-manager-reset-container/#respond</comments>
		
		<dc:creator><![CDATA[無法顯示網頁]]></dc:creator>
		<pubDate>Thu, 04 Jan 2024 06:50:04 +0000</pubDate>
				<category><![CDATA[3C]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Container Manager]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Jellyfin]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Synology]]></category>
		<guid isPermaLink="false">https://www.james-only.com/?p=4162</guid>

					<description><![CDATA[<p>Container Manager 套件可以讓你直接在 Synology NAS 上執行全球各地開發者所創造的數千種容器應用程式，無論是開發 ...</p>
<p>「<a href="https://www.james-only.com/synology-container-manager-reset-container/">Synology NAS 如何更新使用 Container Manager 管理的容器</a>」這篇文章出自於「<a href="https://www.james-only.com">無法顯示網頁</a>」</p>
]]></description>
										<content:encoded><![CDATA[<p>Container Manager 套件可以讓你直接在 Synology NAS 上執行全球各地開發者所創造的數千種容器應用程式，無論是開發、測試及交付虛擬化應用程式都非常方便。</p>
<p>一般使用者通常只是拿它來快速建立 Plex Media Server 或 <a href="https://www.james-only.com/synology-container-manager-jellyfin-media-system/">Jellyfin Media System</a>。但因為它不像 Synology 套件中心的套件具備自動更新功能，所以還蠻多人問我 Container Manager 管理的容器該如何更新？其實很簡單 &#8230;</p>
<p>▼ 更新容器前，必須先更新映像檔。打開 Container Manager，點擊「映像檔」。</p>
<p>這裡可以看到目前使用 Container Manager 管理的映像檔，以及哪些映像檔有可用的更新。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_02.png"><br />
▼ 選取你要更新的映像檔（例如：phpMyAdmin），然後點擊版本標籤後方的「有可用更新」。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_03.png"><br />
系統提示更新映像檔可能會導致容器的服務停止，以及容器資料可能被清除的風險。如果你已經了解這些風險，請點擊「更新」。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_04.png"><br />
為了避免資料遺失，系統再次提示更新前是否按照該映像檔的 Docker Hub 頁面指示？如果你已經確認過這些指示，請點擊「更新」。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_05.png"><br />
▼ 此時，選取的映像檔將開始進行更新。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_06.png"><br />
▼ 映像檔更新完成。（後方標籤的「有可用更新」消失）<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_07.png"><br />
▼ 接下來要準備更新容器了。更新前，先登入 phpMyAdmin 看一下版本資訊。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_08.png"><br />
▼ 點擊「容器」。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_09.png"><br />
▼ 選取你要更新的容器（例如：phpMyAdmin）。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_10.png"><br />
▼ 停止容器。點擊功能表「操作」→「停止」。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_11.png"><br />
▼ 如果 phpmyadmin 這個容器的狀態燈號由綠色變更為灰色，代表該容器已順利停止。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_12.png"><br />
▼ 更新容器。點擊功能表「操作」→「重置」。請注意！是「<span class="gray">重置</span>」、「<span class="gray">重置</span>」、「<span class="gray">重置</span>」！<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_13.png"><br />
▼ 重置後，該容器可能會消失，然後沒幾秒鐘的時間又跑出來。接下來點擊功能表「操作」→「啟動」來重新啟動容器。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_14.png"><br />
▼ 恭喜，你已經完成容器的更新。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_15.png"><br />
▼ 登入 phpMyAdmin 確認一下版本。資料庫用戶端版本已由 8.2.12 變更為 8.2.14，PHP 版本也由 8.2.12 變更為 8.2.14。<br />
<img decoding="async" src="https://img.james-only.com/4162/000004162_16.png"></p>
<p>「<a href="https://www.james-only.com/synology-container-manager-reset-container/">Synology NAS 如何更新使用 Container Manager 管理的容器</a>」這篇文章出自於「<a href="https://www.james-only.com">無法顯示網頁</a>」</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.james-only.com/synology-container-manager-reset-container/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://img.james-only.com/4162/000004162_01.png" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">4162</post-id>	</item>
		<item>
		<title>Synology NAS 使用 Container Manager 安裝 Jellyfin Media System</title>
		<link>https://www.james-only.com/synology-container-manager-jellyfin-media-system/</link>
					<comments>https://www.james-only.com/synology-container-manager-jellyfin-media-system/#respond</comments>
		
		<dc:creator><![CDATA[無法顯示網頁]]></dc:creator>
		<pubDate>Wed, 03 Jan 2024 08:38:15 +0000</pubDate>
				<category><![CDATA[3C]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[視聽娛樂]]></category>
		<category><![CDATA[Container Manager]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Jellyfin]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[Synology]]></category>
		<guid isPermaLink="false">https://www.james-only.com/?p=4160</guid>

					<description><![CDATA[<p>如果你一直以來都使用 Synology NAS 內建的 Video Station 來管理電影、電視影集及家庭影片，甚至進階一點使用「Syn ...</p>
<p>「<a href="https://www.james-only.com/synology-container-manager-jellyfin-media-system/">Synology NAS 使用 Container Manager 安裝 Jellyfin Media System</a>」這篇文章出自於「<a href="https://www.james-only.com">無法顯示網頁</a>」</p>
]]></description>
										<content:encoded><![CDATA[<p>如果你一直以來都使用 Synology NAS 內建的 Video Station 來管理電影、電視影集及家庭影片，甚至進階一點使用「<a href="https://www.james-only.com/synology-plex-media-server/">Synology NAS 安裝 Plex Media Server</a>」這篇文章中的 Plex。也許接下來可以試試 <a href="https://jellyfin.org/">Jellyfin</a>，Jellyfin 是無法顯示網頁近期覺得很不錯的一套多媒體系統。</p>
<p>根據 Jellyfin 官方安裝指南，Synology NAS 可以利用 Docker 來安裝 Jellyfin。</p>
<p>▼ 首先，打開 Synology DSM 套件中心，搜尋「Container Manager」套件並完成安裝。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_02.png"><br />
▼ 打開 Container Manager，點擊「倉庫伺服器」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_03.png"><br />
▼ 在「搜尋」欄位輸入關鍵字：jellyfin。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_04.png"><br />
▼ 雙擊 jellyfin/jellyfin 下載映像檔。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_05.png"><br />
▼ 選取「latest」標籤，並點擊「套用」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_06.png"><br />
▼ 下載完成後，點擊「映像檔」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_07.png"><br />
▼ 選取剛剛下載的 jellyfin/jellyfin 映像檔。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_08.png"><br />
▼ 點擊「執行」按鈕。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_09.png"><br />
▼ 輸入「容器名稱」，核取「啟用自動重啟」，然後點擊「下一步」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_10.png"><br />
▼ 本機連接埠填入「8096」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_11.png"><br />
▼ 點擊儲存空間設定的「新增資料夾」按鈕，建立容器與 Synology NAS 本機資料夾間的連接。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_12.png"><br />
▼ 首先，選取你用來放置電影、電視影集及家庭影片的 Synology NAS 本機資料夾。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_13.png"><br />
▼ 接下來設定容器對應的資料夾，請輸入「/media」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_14.png"><br />
▼ 以同樣的方式另外新增 2 個本機與容器對應的資料夾，這樣以後更新 Jellyfin 才不會遺失設定。</p>
<p>容器對應的資料夾請務必使用「/cache」與「/config」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_14a.png"><br />
▼ 核取「在精靈完成後立刻啟動容器」，然後點擊「完成」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_15.png"><br />
▼ 點擊「容器」來檢查一下容器狀態。如果 jellyfin 這個容器的狀態燈號顯示為綠色，代表該容器已順利啟動。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_16.png"><br />
打開瀏覽器，網址列輸入 Jellyfin 的 IP 及埠號（例如：http://SERVER_IP:8096）。接下來 Jellyfin 安裝精靈會帶你進行整個安裝過程。首先，請選取你慣用的語言。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_17.png"><br />
▼ 建立一個 Jellyfin 帳戶。請注意，這個帳戶是待會兒用來登入這個自架 Jellyfin 的帳戶，請小心輸入。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_18.png"><br />
▼ 設定媒體庫。請點擊「+」來新增一個媒體庫。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_19.png"><br />
▼ 設定這個媒體庫的「內容類型」及「顯示名稱」，然後點擊資料夾「+」來指定資料夾。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_20.png"><br />
▼ 首先，請選取剛剛與 Synology NAS 本機資料夾建立連接的容器資料夾「/media」。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_21.png"><br />
接下來這個容器資料夾「/media」裡面，應該會顯示與 Synology NAS 本機資料夾底下對應的所有資料夾，請選取你用來放置電影的資料夾。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_22.png"><br />
▼ 電影媒體庫設定完成。如果你還有其他媒體庫的需求，請依照剛剛的步驟來新增。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_23.png"><br />
Jellyfin 可以透過<a href="https://www.imdb.com/">電影資料庫（TMDb）</a>、<a href="https://www.omdbapi.com/">The Open Movie Database</a> 取得多媒體檔案的中繼資料，例如：電影名稱、演員、導演，劇情，影評這類的基本資訊。請根據你的需求設定中繼資料的首選語言。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_24.png"><br />
▼ 設定遠端控制的存取及連接埠映射。如果你有遠端存取 Jellyfin 伺服器的需求，請核取「允許遠端存取伺服器」。</p>
<p>如果你有自己的網址、SSL/TLS 憑證，然後想在 Synology NAS 裡面使用反向代理伺服器將 IP 及埠號轉成比較友善的子網址，例如 https://jellyfin.james-only.com，請參考「」這篇文章，但這篇文章我還沒寫，哈哈哈。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_25.png"><br />
▼ 完成，耶！<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_26.png"><br />
網址列輸入 Jellyfin 的 IP 及埠號（例如：http://SERVER_IP:8096）。接下來 Jellyfin 會要求你登入，請輸入前面安裝步驟建立的 Jellyfin 帳號及密碼。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_27.png"><br />
▼ 大功告成。<br />
<img decoding="async" src="https://img.james-only.com/4160/000004160_28.png"></p>
<p>「<a href="https://www.james-only.com/synology-container-manager-jellyfin-media-system/">Synology NAS 使用 Container Manager 安裝 Jellyfin Media System</a>」這篇文章出自於「<a href="https://www.james-only.com">無法顯示網頁</a>」</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.james-only.com/synology-container-manager-jellyfin-media-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://img.james-only.com/4160/000004160_01.png" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">4160</post-id>	</item>
	</channel>
</rss>
