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 serve in my wifi network...
When I run the server localy (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 wich use the VirtualBox to do the Docker stuff. For this reason the container IP addr is 192.168.99.100, and my PC IP is 192.168.0.5
How can I access the docker machine from my phone??
Aucun commentaire:
Enregistrer un commentaire