2015-06-16 09:52:39 +01:00

The [LinuxServer.io ](http://linuxserver.io ) team brings you another quality container release featuring auto-update on startup, easy user mapping and community support. Be sure to checkout our [forums ](http://forum.linuxserver.io ) or for real-time support our [IRC ](http://www.linuxserver.io/index.php/irc/ ) on freenode at `#linuxserver.io` .
2015-05-26 11:08:24 +02:00
# linuxserver/plex
2015-05-10 10:50:00 +02:00
2015-06-16 09:52:39 +01:00
[Plex ](https://plex.tv/ ) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server.
2015-05-10 10:50:00 +02:00
2015-06-16 09:52:39 +01:00

2015-05-10 10:50:00 +02:00
2015-06-16 09:52:39 +01:00
## Usage
2015-05-10 10:50:00 +02:00
2015-06-16 09:52:39 +01:00
```
docker create --name=plex --net=host -e PLEXPASS=1 -e PUID=< UID > -e PGID=< GID > -v < /path/to/library>:/config -v < path / to / tvseries > :/data/tvshows -v < /path/to/movies>:/data/movies linuxserver/plex
```
2015-05-10 10:50:00 +02:00
2015-06-16 09:52:39 +01:00
**Parameters**
2015-05-10 10:50:00 +02:00
2015-06-16 09:52:39 +01:00
* `--net=host` - Shares host networking with container, **required** .
* `-v` /config - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
* `-v` /data/xyz - Media goes here. Add as many as needed e.g. `/data/movies` , `/data/tv` , etc.
* `-e` PLEXPASS=1 - Set to 1 if you have a Plex Pass, if not don't specify it.
* `-e` PGID for for GroupID
* `-e` PUID for for UserID
2015-05-26 11:08:24 +02:00
2015-06-16 09:52:39 +01:00
## Updates
2015-05-26 11:08:24 +02:00
2015-06-16 09:52:39 +01:00
* Upgrade to the latest version simply `docker restart plex` .
* To monitor the logs of the container in realtime `docker logs -f plex` .
2015-05-26 11:08:24 +02:00
2015-05-27 14:26:16 +02:00
2015-06-16 09:52:39 +01:00
**Credits**
2015-05-27 14:26:16 +02:00
2015-06-16 09:52:39 +01:00
* lonix < lonixx @gmail .com >
* IronicBadger < ironicbadger @linuxserver .io >