User Tools

Site Tools


docker_reset_proxy

In the case, you killed a Container and Docker still keeps the proxy port open. You can reset the proxy settings with these commands:

systemctl stop docker
rm -rf /var/lib/docker/network/files
systemctl start docker

Source: https://github.com/moby/moby/issues/25981

docker_reset_proxy.txt · Last modified: 2021/11/25 22:42 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki