Enable IPv6 in container

I solved this by creating a file /etc/docker/daemon.json and enabling IPv6, then restarting balena with systemctl restart balena and running a new container.

{
  "ipv6": true,
  "fixed-cidr-v6": "2001:db8:1::/64"
}
1 Like