docker / dev-environments

60 stars 32 forks source link

creating environment from cloned git repo #107

Open AntoniRokitnicki opened 2 years ago

AntoniRokitnicki commented 2 years ago

I think this feature would be better if you provide the option to start a project in docker(+ vscode) from git repo. I'd clone git repo(to make it work with work repos as well or repos with complex auth). I'd have an option to choose a directory. docker would run a Dockerfile/Docker-compose/k8s and expose a port/ports. it'd also support code changes in vscode. This way I'd not have to install tools like JBoss or MySql. I'd just need cloned repo, docker, and vscode. All other things would be an abstraction. P.S. I'd also be great if I could see what is in MySql/Oracle that is being used by Docker.