Skip to content
Snippets Groups Projects

HU-VPN-kompatible Docker-Konfig

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Marcus Fenner

    Konfiguration für docker, die auch beim nutzen des HU-VPN erreichbar bleibt

    Installieren/ergänzen unter /etc/docker/daemon.json

    • docker0-bridge auf 172.17.0.1/24
    • Docker-Netzwerke als /17er Netzwerke im 172.20.0.0/14-Subnetz
    Edited
    daemon.json 100 B
    {
      "bip": "172.17.0.1/24",
      "default-address-pools":[
        {"base":"172.20.0.0/14","size":17}
      ]
    }
    0% or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment