Created
October 15, 2018 09:31
-
-
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
This file contains hidden or 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
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