You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
13
13
*[Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
14
14
15
15
# linuxserver/plex
16
-
17
-
[](http://microbadger.com/images/linuxserver/plex"Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io-hub-built/job/linuxserver-plex/)
16
+
[](https://microbadger.com/images/linuxserver/plex"Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/plex"Get your own image badge on microbadger.com")[][hub][][hub][](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-plex/)
18
17
19
18
[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.
20
19
@@ -96,10 +95,20 @@ Valid settings for VERSION are:-
96
95
97
96
* Shell access whilst the container is running: `docker exec -it plex /bin/bash`
98
97
* To monitor the logs of the container in realtime: `docker logs -f plex`
99
-
* Upgrade to the latest version (see setting up application section) : `docker restart plex`
98
+
99
+
To upgrade to the latest version (see setting up application section) : `docker restart plex`
100
+
101
+
* container version number
102
+
103
+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' plex`
104
+
105
+
* image version number
106
+
107
+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/plex`
100
108
101
109
## Versions
102
110
111
+
+**12.07.17:** Add inspect commands to README, move to jenkins build and push.
103
112
+**28.05.17:** Add unrar package as per requests, for subzero plugin.
104
113
+**11.01.17:** Use Plex environemt variables from pms docker,
105
114
change abc home folder to /app to alleviate usermod chowning library folder by default (thanks gbooker, plexinc).
0 commit comments