Network issues creating a Docker container in 25.12

I’m trying to use Docker in OpenWRT (right now running as a VM for experiments) but I cannot configure containers because when I attempt to set the IP address this “undefined” error pops up in the IPV4 field.
It’s a fresh install, it doesn’t behave like that with the 24.10 version and it does the same thing if I try to use the default Docker bridge instead of that new network I’ve created (which worked in the 24.10), so I’m guessing it’s not a network configuration issue due to my error.

I pushed out a fix for this - it was a problem with the validation function.

1 Like

I’ve updated it and it works now :+1: