This repo is a sample repository for VS Code dev containers in action. They require the Remote - Containers extension to work. This repo features
- a node app,
- a dotnet app and
- a docker-in-docker build context
that can be run without installing any dependencies. All you need is Docker and VS Code.
Run the VS Code command Remote-Containers: Rebuild and Reopen in Container
. You will find yourself within a Docker container that has all the dependencies you need. Feel free to run any of the tasks
run node
,run dotnet
orrun docker
Btw, did you know that GitHub Codespaces is based on this? Enjoy!