Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 920 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 920 Bytes

VS Code dev containers in action

This repo is a sample repository for VS Code dev containers in action. They require the Remote - Containers extension to work. This repo features

that can be run without installing any dependencies. All you need is Docker and VS Code.

Get started

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 or
  • run docker

Btw, did you know that GitHub Codespaces is based on this? Enjoy!