devcontainer.json
file to ensure consistent tools, dependencies, and configurations for all developers.
devcontainer.json
file in one of these standard locations:
.devcontainer/devcontainer.json
.devcontainer.json
.gitpod.yml
file, Gitpod provides tools to convert your existing configuration to the Dev Container format. See our migration guide for step-by-step instructions. Dev Containers offer a more standardized approach that works across multiple platforms and tools.
mcr.microsoft.com/devcontainers/base:ubuntu
- Ubuntu base imagemcr.microsoft.com/devcontainers/javascript-node
- Node.js developmentmcr.microsoft.com/devcontainers/python
- Python developmentmcr.microsoft.com/devcontainers/dotnet
- .NET developmentmcr.microsoft.com/devcontainers/java
- Java developmentmcr.microsoft.com/devcontainers/go
- Go developmentfeatures
section of your devcontainer.json
file: