December 15, 20241 yr Hi so this problem started after I had a kernel panic and the array shutdown unclean. a single container seems to always want to autostart. I've tried: 1. deleting and recreating the container 2. renaming it 4. deleting the docker.img file and recreating it 5. flipping auto start to on, rebooting, then back to off despite all of this, the container is always starting when the array starts, even though autostart is off. i've attached my diags and below is the docker create command (sensitive info removed) docker run -d --name='torrenttransmission' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="nas" -e HOST_CONTAINERNAME="torrenttransmission" -e 'OPENVPN_USERNAME'='' -e 'OPENVPN_PASSWORD'='' -e 'OPENVPN_CONFIG'='' -e 'OPENVPN_PROVIDER'='WINDSCRIBE' -e 'LOCAL_NETWORK'='172.16.0.0/16' -e 'TRANSMISSION_RPC_USERNAME'='' -e 'TRANSMISSION_RPC_PASSWORD'='' -e 'OPENVPN_OPTS'='--inactive 3600 --ping 10 --ping-exit 60 --mute-replay-warnings' -e 'TRANSMISSION_RPC_AUTHENTICATION_REQUIRED'='true' -e 'TRANSMISSION_RATIO_LIMIT_ENABLED'='true' -e 'TRANSMISSION_DOWNLOAD_QUEUE_SIZE'='19' -e 'TRANSMISSION_CACHE_SIZE_MB'='10' -e 'TRANSMISSION_WEB_UI'='transmission-web-control' -e 'GLOBAL_APPLY_PERMISSIONS'='false' -e 'WEBPROXY_ENABLED'='false' -e 'PIA_OPENVPN_CONFIG_BUNDLE'='openvpn-tcp' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:9091]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/activ/docker-templates/master/activ/images/transmission-icon.png' -p '9092:9091/tcp' -v '/mnt/docker_vm/appdata/Downloads/Torrent':'/data':'rw' -v '/mnt/docker_vm/appdata/torrent_transmission/':'/config':'rw' --cap-add=NET_ADMIN --restart=always --log-opt max-size=50m --log-driver json-file --dns 8.8.8.8 --dns 1.1.1.1 'haugene/transmission-openvpn' nas-diagnostics-20241215-0704.zip
December 15, 20241 yr Community Expert Solution 2 hours ago, oliver said: --restart=always I wonder why😄
December 15, 20241 yr Author 8 minutes ago, Mainfrezzer said: I wonder why😄 wow...just wow LOL. i have no recollection of adding this (this problem had been going on for a while), thank you for pointing it out lol.
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.