Last active
August 3, 2019 15:32
-
-
Save marcosvidolin/996b628b82c353afe365 to your computer and use it in GitHub Desktop.
Remove Docker router (gateway)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1- ver qual a rota do docker com o comando | |
route | |
# 2- remover a rota | |
sudo route del -net 172.17.0.0 netmask 255.255.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment