<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>plex on SkywireX LAB</title>
    <link>https://lab.skywirex.com/tags/plex/</link>
    <description>Recent content in plex on SkywireX LAB</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>vi-vn</language>
    <lastBuildDate>Sat, 23 Feb 2019 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://lab.skywirex.com/tags/plex/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Cài đặt Plex media server trong một docker container</title>
      <link>https://lab.skywirex.com/cai-dat-plex-media-server-trong-mot-docker-container/</link>
      <pubDate>Sat, 23 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://lab.skywirex.com/cai-dat-plex-media-server-trong-mot-docker-container/</guid>
      <description>Bài viết sẽ còn được cập nhật &amp;hellip;
sudo docker create \ --name=plex \ --net=host \ -e PUID=1000 \ -e PGID=1000 \ -e VERSION=docker \ -v /media/gplex:/media \ -v ~/.config/plex:/config \ -v ~/.config/plex/transcode:/transcode \ --restart unless-stopped \ linuxserver/plex:arm64v8-latest  -v /media:/media # gán thư mục /media trong local vào thư mục media trong container  Xong chạy lệnh
docker start plex  Sau đó truy cập địa chỉ web để bắt đầu thiết lập</description>
    </item>
    
  </channel>
</rss>