CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2a5499bb1bfd training/webapp "python app.py" About a minute ago Up About a minute 192.168.64.2:32768->5000/tcp big_leavitt
And opening http://docker.local:32768 works - not sure why different binding shows for your machine/env.
Also if you install Kinematic from the link provided by the Docker Helper - it helps a lot. Kitematic-Mac.zip
@bluemoon22 it is somewhat the expected behavior- 0.0.0.0, in this context, means "all IP addresses on the local machine"
The only IP that properly matches is what @cicorias reported, which is docker.local:32771 in your case