Actions
Task #11850
closedExperiment with traefik in IPv6 environment 🛣
Start date:
07/07/2023
Due date:
% Done:
40%
Estimated time:
PM Check date:
Description
At my university we are using traefik in an IPv4-only environment for our devs. ( https://github.com/traefik/traefik )
I want to experiment with docker (it also supports kubernetes) and also improve my netfilter-skills with IPv6..
Updated by Jörg Berkel over 1 year ago
- % Done changed from 0 to 10
docker already working without NAT/ping6 from inside (--> use https://aur.archlinux.org/packages/docker-ipv6nat )
docker doku
https://docs.docker.com/config/daemon/ipv6/
https://gdevillele.github.io/engine/userguide/networking/default_network/ipv6/
good hints:
https://dev.to/csgeek/docker-ipv6-guide-235d
and:
prefer "registry-mirrors": ["https://mirror.gcr.io"] (in daemon.json) over "docker login registry.ipv6.docker.com"
Updated by Jörg Berkel over 1 year ago
- % Done changed from 10 to 40
docker working fine without ipv6nat ..
Actions