Knowledge is Power!
Docker - Bridge Network
Continuation of previous post:Docker Networking Run: docker network ls $ docker network ls NETWORK ID NAME DRIVER SCOPE 0cbe40bf4969 bridge bridge local 7361f58bf7ab host host local 6051f389c7f5 none null local Have a look at what this default network bridge is providing. Run: docker inspect <networkid> Try to get