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
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,24 +77,6 @@ Valid settings for VERSION are:-
77
77
+**`public`**: will update plexpass users to the latest public version, useful for plexpass users that don't want to be on the bleeding edge but still want the latest public updates.
78
78
+**`<specific-version>`**: will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.
79
79
80
-
## Read-Only Operation
81
-
82
-
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
83
-
84
-
### Caveats
85
-
86
-
* Runtime update of Plex (and thus Plexpass builds) is not supported.
87
-
* Transcode directory must be mounted to a host path or tmpfs.
88
-
89
-
## Non-Root Operation
90
-
91
-
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
92
-
93
-
### Caveats
94
-
95
-
* Runtime update of Plex (and thus Plexpass builds) is not supported.
96
-
* Transcode directory must be mounted to a host path or tmpfs.
97
-
98
80
### Hardware Acceleration
99
81
100
82
Many desktop applications need access to a GPU to function properly and even some Desktop Environments have compositor effects that will not function without a GPU. However this is not a hard requirement and all base images will function without a video device mounted into the container.
@@ -120,6 +102,24 @@ We automatically add the necessary environment variable that will utilise all th
120
102
121
103
Best effort is made to install tools to allow mounting in /dev/dri on Arm devices. In most cases if /dev/dri exists on the host it should just work. If running a Raspberry Pi 4 be sure to enable `dtoverlay=vc4-fkms-v3d` in your usercfg.txt.
122
104
105
+
## Read-Only Operation
106
+
107
+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
108
+
109
+
### Caveats
110
+
111
+
* Runtime update of Plex (and thus Plexpass builds) is not supported.
112
+
* Transcode directory must be mounted to a host path or tmpfs.
113
+
114
+
## Non-Root Operation
115
+
116
+
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
117
+
118
+
### Caveats
119
+
120
+
* Runtime update of Plex (and thus Plexpass builds) is not supported.
121
+
* Transcode directory must be mounted to a host path or tmpfs.
122
+
123
123
## Usage
124
124
125
125
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
0 commit comments