docker / dev-environments

63 stars 32 forks source link

missing button "open in chrome" #106

Open AntoniRokitnicki opened 2 years ago

AntoniRokitnicki commented 2 years ago

I'm new to docker. I would like to develop fully in docker. It sounds like a good idea. I used "react-java-mysql" example app as in the example video. Everything works as expected. I've opened the backend in vscode. I changed rest response by adding one character. Now I'm stuck on how to see this change.

I think it would be cool if docker desktop provided one additional button. Open in chrome. If there are many ports, it could open all exposed ports. I don't know how to access the frontend, maybe I need to run that image again, maybe some docker/ssh magic, maybe some curl. It'd be great to have it done by a single button click. same with MySQL, I'd like to be able to access it from my MySQL client on windows. I don't know how to do it yet, but I bet it's possible without even looking at Dockerfile.

Experts in docker most likely know it, beginners like me - it's not easy to learn. Right now this is blocking me from fully developing in docker.