September 27, 20214 yr I have run into a problem. a few months back I started seeing Docker containers stop responding to attempts to access the gui. In order to fix it I need to remove the container and image and reinstall it. Then it works for a day or so and then stops and the only way to fix it is to remove and reinstall again. Please help. Here are some of the docker commands for the containers in question: Binhex-qBittorrent: Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Eeyore" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='whocares' -e 'VPN_PASS'='notme' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' -e 'VPN_INPUT_PORTS'='9334' -e 'VPN_OUTPUT_PORTS'='9334' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/appdata/binhex-qbittorrentvpn/qBittorrent/data':'/data':'rw' -v '/mnt/user/appdata/firefox/Downloads/':'/monitor':'rw' -v '/mnt/user/Seeding/seeds/':'/config/qBittorrent/downloads/':'rw' -v '/mnt/cache/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' 52111a025cd5167c57f3a87cd4d2f332debd50ce4cddb49a06560818f6a84074 Radarr: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='radarr' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Eeyore" -e HOST_CONTAINERNAME="radarr" -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:7878]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png' -p '7878:7878/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/Movies/':'/movies':'rw' -v '/mnt/cache/appdata/radarr':'/config':'rw' 'linuxserver/radarr:develop' 72ae1e437a47749e76f19dcd4c9f0a3181808a8464206292d9c09858bfe987a4 There are others. It seems to affect about half of all my containers :(. I have attached the qbittorent log which doesn't show any problems, yet the gui does not work unless I remove it and readd it. Also attaching a diagnostics package. eeyore-diagnostics-20210927-0915.zip binhex-qBittorrent-log.txt
September 29, 20214 yr Author No one has any ideas? This sucks. Having to remove and reinstall containers all the time is not fun.
September 29, 20214 yr Try at terminal, type "docker stop <dockername>" if docker no response or can't stop it.
September 29, 20214 yr Author 45 minutes ago, Vr2Io said: Try at terminal, type "docker stop <dockername>" if docker no response or can't stop it. Thanks, but starting and stopping them does not solve the issue. When I say the gui stops responding, I mean the web ui for the container. The UnRaid gui works just fine.
September 29, 20214 yr It just to avoid remove / reinstall the container. For docker no response issue, it usually need tuning the parameter or mod config inside the container or try does help by use different network mode. BTW, troubleshoot by individual docker log. And use /mnt/user for container, it could be too low performance and cause the problems. Edited September 29, 20214 yr by Vr2Io
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.