mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-02-19 20:03:03 +08:00
update of README with badges for new ci
This commit is contained in:
parent
e05952c5ac
commit
01392d02e4
@ -1,6 +1,10 @@
|
||||
FROM lsiobase/xenial
|
||||
MAINTAINER Stian Larsen, sparklyballs
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
|
||||
# global environment settings
|
||||
ENV DEBIAN_FRONTEND="noninteractive" \
|
||||
|
||||
15
README.md
15
README.md
@ -13,8 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
||||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||
|
||||
# linuxserver/plex
|
||||
|
||||
[](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/)
|
||||
[](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/)
|
||||
|
||||
[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.
|
||||
|
||||
@ -96,10 +95,20 @@ Valid settings for VERSION are:-
|
||||
|
||||
* Shell access whilst the container is running: `docker exec -it plex /bin/bash`
|
||||
* To monitor the logs of the container in realtime: `docker logs -f plex`
|
||||
* Upgrade to the latest version (see setting up application section) : `docker restart plex`
|
||||
|
||||
To upgrade to the latest version (see setting up application section) : `docker restart plex`
|
||||
|
||||
* container version number
|
||||
|
||||
`docker inspect -f '{{ index .Config.Labels "build_version" }}' plex`
|
||||
|
||||
* image version number
|
||||
|
||||
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/plex`
|
||||
|
||||
## Versions
|
||||
|
||||
+ **12.07.17:** Add inspect commands to README, move to jenkins build and push.
|
||||
+ **28.05.17:** Add unrar package as per requests, for subzero plugin.
|
||||
+ **11.01.17:** Use Plex environemt variables from pms docker,
|
||||
change abc home folder to /app to alleviate usermod chowning library folder by default (thanks gbooker, plexinc).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user