dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.65k stars 10.57k forks source link

add devcontainer.json with docker feature to run docker compose up in… #367

Open tchia04 opened 1 month ago

tchia04 commented 1 month ago

…side the vscode terminal

I was watching the video at https://www.youtube.com/watch?v=rvu2b0PiTR4&t=2357s and it mentioned using the devcontainer with this example voting app and it seems no one has added one yet so here is the PR.

@BretFisher