Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Last active August 3, 2019 15:32
Show Gist options
  • Save marcosvidolin/996b628b82c353afe365 to your computer and use it in GitHub Desktop.
Save marcosvidolin/996b628b82c353afe365 to your computer and use it in GitHub Desktop.
Remove Docker router (gateway)
# 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