- Urgent
Hi,
Upgraded from 6.12.3 and having issues with my dockers using custom ipv6 addresses. I'm getting this error:
docker: Error response from daemon: user specified IP address is supported only when connecting to networks with user configured subnets.
These are the settings which worked fine on 16.12.3:
docker run
-d
--name='binhex-sabnzbd'
--net='br0'
--ip='192.168.93.193'
--ip6='2a02:restofip'
-e TZ="Europe/London"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="tower"
-e HOST_CONTAINERNAME="binhex-sabnzbd"
-e 'TCP_PORT_8080'='8080'
-e 'TCP_PORT_8090'='9090'
-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/sabnzbd-icon.png'
-v '/mnt/disks/WDC_1TB_BLACK/Sab':'/land':'rw,slave'
-v '/mnt/cache/appdata/sab/':'/config':'rw' 'binhex/arch-sabnzbd:latest'
366a3580aae5540d218ef2281456d083994bf8f7998a1cb51b05e378cd705ad6
docker: Error response from daemon: user specified IP address is supported only when connecting to networks with user configured subnets.
Am I missing something? Going to have to roll back for now. If i remove the specified IPv6 Address it works fine.
Please let me know where to send diagnostics don't want to post them publicly.
Thanks,
Daniel