Skip to content

FYI: IPv6 needs default Docker config file. #126

@irctrakz

Description

@irctrakz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions