I am running a container in localhost with Python Django (python manage.py runserver 0.0.0.0:80) and I want to access this service in my wifi network...
When I run the server locally (no Docker), it works fine, I can put the IP of my computer in my phone's browser and access the web app.
My PC is not Windows Pro, and I run the Docker Toolbox version which use the VirtualBox to do the Docker stuff. For this reason, the container IP address is 192.168.99.100, and my PC IP is 192.168.0.5
How can I access the docker machine from my phone??