Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created October 15, 2018 09:31
Show Gist options
  • Save v-thomp4/7f1784a04435d09a300164986ec49b16 to your computer and use it in GitHub Desktop.
Save v-thomp4/7f1784a04435d09a300164986ec49b16 to your computer and use it in GitHub Desktop.
Docker: Error initializing network controller: list bridge addresses failed: no available network
ip link add name docker0 type bridge
ip addr add dev docker0 172.17.0.1/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment