-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Trying to run this in unraid tdarr container. Have gone through all the steps on your readme page and on the last one. Hit the go button to update the container and get the following error:
docker: Error response from daemon: failed to create endpoint tdarr on network media-dhcp-net: NetworkDriver.CreateEndpoint: failed to get bridge interface: Link not found.
The command failed.
This is what it is running:
docker run
-d
--name='tdarr'
--cpuset-cpus='4,5,6,7,16,17,18,19'
-e TZ="Europe/London"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="horizon"
-e HOST_CONTAINERNAME="tdarr"
-e 'serverIP'='tdarr'
-e 'internalNode'='false'
-e 'nodeIP'='tdarr'
-e 'nodeID'='Horizon_Node'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'NVIDIA_VISIBLE_DEVICES'=''
-e 'NVIDIA_DRIVER_CAPABILITIES'=''
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8265]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/tdarr.png'
-p '8266:8266/tcp'
-p '8265:8265/tcp'
-p '8264:8264/tcp'
-v '/mnt/user/appdata/tdarr/server':'/app/server':'rw'
-v '/mnt/user/appdata/tdarr/configs':'/app/configs':'rw'
-v '/mnt/user/appdata/tdarr/logs':'/app/logs':'rw'
-v '/mnt/user/TV/':'/tv':'rw'
-v '/tmp/tdarr':'/temp':'rw'
-v '/mnt/user/movies':'/movies':'rw'
--runtime=nvidia
--net=media-dhcp-net
--hostname=tdarrserver 'ghcr.io/haveagitgat/tdarr'
14e22330ccaa2cfb96668059b5278256f38b34a4dc4a83c8534218eb49fa55e6
docker: Error response from daemon: failed to create endpoint tdarr on network media-dhcp-net: NetworkDriver.CreateEndpoint: failed to get bridge interface: Link not found.
The command failed.