How to connect to docker version of cookiecutter
See original GitHub issue@jamescurtin this works great… but I can’t figure out the URL to connect to once I have docker-compose up flask-dev
running.
I checked localhost:5000
, ifconfig
to find the my Ubunutu VM IP, 0.0.0.0:5000
and used docker inspect to view the IP address. None of them seemed to be working.
What IP address should I be using?
_Originally posted by @hassanc in https://github.com/cookiecutter-flask/cookiecutter-flask/pull/483#issuecomment-498541577_
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Getting Up and Running Locally With Docker
The steps below will get you up and running with a local development environment. All of these commands assume you are in the...
Read more >Home · Cookiecutter Docker Science
Cookiecutter Docker Science launches the Jupyter Notebook server in the container with make jupyter command. Note that port forward setting to connect the...
Read more >Development and Deployment of Cookiecutter-Django via ...
Docker Setup. Follow the instructions to install the Docker Engine and the required Docker components - Engine, Machine, and Compose. Check the versions:....
Read more >cookiecutter for container images - DEV Community
I maintain a containerized version of all cookiecutter releases starting with 1.7.0 at dockerhub. If you want to know more check out the ......
Read more >Cookie Cutter Machine Learning with Docker - Druce.ai
Current working directory on the host will be mounted as /home/ubuntu/local in the container, edit as necessary for access to your notebooks.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jamescurtin this issue can be closed. I rebuilt based on the latest commit and i am able to connect as expected. thx.
I’m able to see the html + the GET request as well… Yep, I’m running docker on an Ubuntu VM, but I doubt that would be an issue.
I’m traveling again next week, but I’ll investigate this further.
FlaskDev.txt