You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to docker-ce 25.0 (and its equivalent containerd versions), my docker compose commands are failing to create a network which uses devplayer0/net-dhcp driver with a bridge interface. It worked perfectly fine till docker-ce 24.0.7.
The error I am getting is:
[+] Running 1/1
✘ Network nw-07 Error 0.0s
failed to create network nw-07: Error response from daemon: NetworkDriver.CreateNetwork: 'NoneType' object is not iterable
Any idea on what this issue could be?
Till now, I had set an apt-mark on the working versions, but now it is unavoidable since I had to upgrade my Ubuntu to 24.04 which forced me to upgrade the docker packages. Ubuntu 24.04 does not support the old working versions of docker.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to docker-ce 25.0 (and its equivalent containerd versions), my docker compose commands are failing to create a network which uses devplayer0/net-dhcp driver with a bridge interface. It worked perfectly fine till docker-ce 24.0.7.
The error I am getting is:
Here is the compose section
Any idea on what this issue could be?
Till now, I had set an apt-mark on the working versions, but now it is unavoidable since I had to upgrade my Ubuntu to 24.04 which forced me to upgrade the docker packages. Ubuntu 24.04 does not support the old working versions of docker.
The text was updated successfully, but these errors were encountered: