Do you have no ipv6 address now in ip addr
Just comparing it by eye, there’s no change.
zag@raspberrypi:~ $ man dig No manual entry for dig zag@raspberrypi:~ $ which dig zag@raspberrypi:~ $ sudo apt install dig Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package dig
But if I ping it
$ ping registry-1.docker.io PING registry-1.docker.io (107.20.112.188) 56(84) bytes of data.
MysteriousSophon21@lemmy.world 2 days ago
Try adding
{“ipv6”: false}
to your/etc/docker/daemon.json
file (create it if it doesnt exist), then restart docker withsudo systemctl restart docker
- this forces docker to use IPv4 only.tychosmoose@piefed.social 2 days ago
This flag seems to only disable ipv6 on the default Docker bridge network, not daemon-wide. At least per this discussion.