How to use Dev Container Templates
mainDev Container Templates are sets of source files that encode configuration for a complete development environment. You can use them in two primary ways:
- Using supporting tools: Tools like Visual Studio Code and GitHub Codespaces provide direct integrations to configure templates hosted in this repository. You can also customize these environments using available Features.
- Using the Dev Container CLI: Use the
@devcontainers/clito programmatically apply templates from an OCI registry to your project workspace.