prakhar1989/docker-curriculum

foodtrucks-web fails on Apple Monterey

DannyHamilton opened this issue · 1 comments

Control Center on Apple Monterey listens on port 5000, therefore attempts to start up a container running a flask app that is listening on port 5000 encounter the following error:
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:5000: bind: address already in use.

Some new AirPlay functionality added in Monterey is listening on port 5000. Info on how to disable that functionality can be found at https://developer.apple.com/forums/thread/682332.