Skip to content

Instantly share code, notes, and snippets.

@leachim6
Last active August 31, 2016 21:36
Show Gist options
  • Save leachim6/4ee2ff136029e9034c3e0f30c73336fa to your computer and use it in GitHub Desktop.
Save leachim6/4ee2ff136029e9034c3e0f30c73336fa to your computer and use it in GitHub Desktop.
docker create \
--name=plex \
--net=host \
-e VERSION=latest \
-e PUID=990 -e PGID=998 \
-v /mnt/data/docker/plex/config:/config \
-v /mnt/data/Video/TV:/data/tvshows \
-v /mnt/data/Video/Movies:/data/movies \
-v /mnt/data/docker/plex/transcode:/transcode \
linuxserver/plex
-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|
Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 990
User gid: 998
-------------------------------------
[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-dbus: executing...
[cont-init.d] 30-dbus: exited 0.
[cont-init.d] 40-chown-files: executing...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
#####################################################
# Login via the webui at http://<ip>:32400/web #
# and restart the docker, because there was no #
# plex token found in the preference file #
#####################################################
[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Starting Plex Media Server.
Starting dbus-daemon
6 3000 /config/Library/Application Support
8192
Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
Joining mDNS multicast group on interface veth2675e68.IPv6 with address fe80::9cc1:c7ff:fe22:658e.
New relevant interface veth2675e68.IPv6 for mDNS.
Joining mDNS multicast group on interface docker0.IPv6 with address fe80::42:dfff:fe2d:50f6.
New relevant interface docker0.IPv6 for mDNS.
Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface eno1.IPv6 with address 2605:6000:6ec7:ab00:6e0b:84ff:fe3f:b664.
New relevant interface eno1.IPv6 for mDNS.
Joining mDNS multicast group on interface eno1.IPv4 with address 192.168.0.200.
New relevant interface eno1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for fe80::9cc1:c7ff:fe22:658e on veth2675e68.*.
Registering new address record for fe80::42:dfff:fe2d:50f6 on docker0.*.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 2605:6000:6ec7:ab00:6e0b:84ff:fe3f:b664 on eno1.*.
Registering new address record for 192.168.0.200 on eno1.IPv4.
Server startup complete. Host name is Alexandria.local. Local service cookie is 4048384157.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment