apt-get
is not reachable
Problem is Docker resetting the iptable rule to drop all outbound traffic. Solved by running
sudo iptables -I DOCKER-USER -j ACCEPT
Search
Feb 21, 2024, 1 min read
apt-get
is not reachableProblem is Docker resetting the iptable rule to drop all outbound traffic. Solved by running
sudo iptables -I DOCKER-USER -j ACCEPT