wdpksrc icon indicating copy to clipboard operation
wdpksrc copied to clipboard

FYI: IPv6 needs default Docker config file.

Open irctrakz opened this issue 7 months ago • 0 comments

With ipv6 enabled the older OS5 LTS kernel attempting to run a later (>27.0.1) Docker version fails with network initialization.

The "fix" here is to set /etc/docker/daemon.json to:

{
  "ip6tables": false
}

Any guidance on setting this at install time so it persists across reboot? I'd be happy to submit a PR.

irctrakz avatar Mar 17 '25 00:03 irctrakz