OMV 7 + Docker + IPv6 Enable

  • Hello, how is it possible to activate IPv6 in OMV v7 in Docker? Even with OMV 6, it was enough to manually edit the /etc/docker/daemon.conf file. Unfortunately, this is no longer possible with OMV v7.


    Thank you for the advice.


    PS: I have IPv6 set up in OMV v7 itself and it works fine.

  • chente

    Hat das Thema freigeschaltet.
  • ikk I set up ipv6 in docker on omv7 the same way as in omv6 and it works


    Code
    cat /etc/docker/daemon.json
    {
      "data-root": "/var/lib/docker",
      "experimental": true,
      "ip6tables": true,
      "ipv6": true,
      "fixed-cidr-v6": "fd00::/64"
    }
  • Thank you for your advice :). It helped me a lot. I had an error in the line filled in "Docker storage" This resulted in the daemon.json file being overwritten every time I started

  • ikk

    Hat das Label gelöst hinzugefügt.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!