Thoughts & Cats

Simple life of Khaos

Docker_tips

Posted at — Apr 25, 2020

Network down

Container could not access internet at all, maybe it’s the problem of bridge, and you can try the pill below:

pkill docker
iptables -t nat -F
ifconfig docker0 down
brctl delbr docker0
docker -d