Skip to main content

Adding a dev container configuration to your repository

You can add a custom dev container configuration to your repository to set up the Codespaces development environment for your codebase.

Introduction to dev containers

When you work in a codespace, the environment you are working in is created using a development container, or dev container, hosted on a virtual machine.

Setting up a Node.js project for Codespaces

Get started with a Node.js, JavaScript, or TypeScript project in Codespaces by creating a custom dev container configuration.

Setting up a C# (.NET) project for Codespaces

Get started with a C# (.NET) project in Codespaces by creating a custom dev container configuration.

Setting up a Java project for Codespaces

Get started with a Java project in Codespaces by creating a custom dev container configuration.

Setting up a PHP project for Codespaces

Get started with a PHP project in Codespaces by creating a custom dev container configuration.

Setting up a Python project for Codespaces

Get started with a Python project in Codespaces by creating a custom dev container configuration.