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
Docker Engine v20.10 was EOL'd a year ago, and thus you might miss important security fixes.
The code here is now part of moby/moby. This repo is mostly defunct, and new bug reports should be opened there. This repo can't be archived yet as we need to migrate issues and PRs.
Very briefly. With IPv6 enabled, and this entry in
default-address-pools
(daemon.json
):Dockerd fails to start, crashes with
fatal error: runtime: out of memory
.Crash log: ubQ795Mx.txt
As can be easily found in the crash log, OOM happens while in
ipamutils.splitNetworks
:libnetwork/ipamutils/utils.go
Lines 92 to 93 in 3797618
The config shown,
{"base":"fd0d:0ce5::/48", "size": 80}
— denotes 2³² /80 subnets. This is over 4 billion subnets.Related issue: moby/moby#40275
docker version
The text was updated successfully, but these errors were encountered: