Problem scenario
When using a “docker run” command you get this error: “Error response from daemon: User specified IP address is supported on user defined networks only.” What do you do to create a user-defined network?
Solution
#1 From the Linux server (the Docker host), run this command: ip addr show
#2 Look at the results for eth0.
…