i am working with on a kali linux , i want to simply pull a docker image .
i always get the following message
└─$ sudo docker pull langchain/langchain:0.1.0
Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc02:22:27bd:19a8:870c]:443: connect: network is unreachable
after investigation it appears that my isp does not support ipv6 , the real problem is that i can not force docker to use ipv4 , i tried disabling ipv6 in /etc/docker/daemon.json , i also tried disabling ipv6 system wide .
i also tried diffrent linux distros to the same result