Using 1.12 on the mac
Created a network for some containers “docker network create mynet”
I have a few containers assigned to “mynet” that needs to connect to mysql running on my Mac (not in another container but the actual OS-X laptop) at 0.0.0.0:3306
I am not sure what “ip” my container needs to be given to tell it where to connect. The “mynet” gateway does not work (i.e.the gateway listed from “docker network inspect mynet”.
Also tried the actual IP of my mac (i.e. a 192.168.0.x ip)