A Plex Docker Image For i386 Docker Installations
903
Create a docker container using the command below.
docker run -d \ --name=plex \ --net=host \ -e PUID=1000 \ -e PGID=1000 \ -e VERSION=docker \ -e UMASK_SET=022 #optional \ -v /path/to/library:/config \ -v path/to/tvseries:/tv \ -v /path/to/movies:/movies \ -v /path for transcoding:/transcode \ --restart unless-stopped \ capriciousduck/plex-i386
Content type
Image
Digest
Size
199.7 MB
Last updated
almost 7 years ago
docker pull capriciousduck/plex-i386