Skip to content

FYI: IPv6 needs default Docker config file. #126

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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