User Tools

Site Tools


docker_reset_proxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_reset_proxy [2017/09/17 22:47] neoondocker_reset_proxy [2021/11/25 22:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
-In the case, you killed a Container and Docker still keeps the Port open.+In the case, you killed a Container and Docker still keeps the proxy port open.
 You can reset the proxy settings with these commands: You can reset the proxy settings with these commands:
- +  systemctl stop docker 
-   systemctl stop docker +  rm -rf /var/lib/docker/network/files 
-   rm -rf /var/lib/docker/network/files +  systemctl start docker
-   systemctl start docker+
 Source: https://github.com/moby/moby/issues/25981 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