Pulling image: linuxserver/plex:latest
IMAGE ID [1591430921]: Pulling from linuxserver/plex.
IMAGE ID [7fe4e822761f]: Already exists.
IMAGE ID [5231b3c13f88]: Already exists.
IMAGE ID [ebfffaf4df3c]: Already exists.
IMAGE ID [f302152db91c]: Already exists.
IMAGE ID [54287fb4a196]: Pulling fs layer. Downloading 100% of 203 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [094bf9e3013e]: Pulling fs layer. Downloading 100% of 4 KB. Download complete. Extracting. Pull complete.
Status: Downloaded newer image for linuxserver/plex:latest
TOTAL DATA PULLED: 203 MB
Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="TheNewestHaven" -e HOST_CONTAINERNAME="plex" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-b0b974ce-bb43-e7b6-8f17-bf2b454a950a' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-icon.png' -v '/mnt/user/MOVIES/':'/movies':'rw' -v '/mnt/user/TV/':'/tv':'rw' -v '/mnt/user/MUSIC/':'/music':'rw' -v '/tmp':'/transcode':'rw' -v '/mnt/user/4k MOVIES/':'/4kMOVIES':'rw' -v '/mnt/user/SPORTS/':'/Sports':'rw' -v '/mnt/user/CONCERTS/':'/Concerts':'rw' -v '/mnt/user/CLASSIC TV/':'/Classic TV':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' --runtime=nvidia 'linuxserver/plex'
docker: Error response from daemon: Unknown runtime specified nvidia.
See 'docker run --help'.
The command failed.
Edit: i think it's possible my NVIDIA Plugin is the cause