🌐
GitHub
docs.github.com › en › codespaces › setting-up-your-project-for-codespaces › adding-a-dev-container-configuration › introduction-to-dev-containers
Introduction to dev containers - GitHub Docs
If you want to have a choice of dev container configurations in your repository, any alternatives to the .devcontainer/devcontainer.json (or .devcontainer.json) file must be located in their own subdirectory at the path .devcontainer/SUBDIRECTORY/devcontainer.json. For example, you could have ...
🌐
Visual Studio Code
code.visualstudio.com › docs › devcontainers › containers
Developing inside a Container
November 3, 2021 - Enter microsoft/vscode-remote-try-node ... or a GitHub PR URL in the input box that appears and press Enter. Tip: If you choose a private repository, you may want to setup a credential manager or add your SSH keys to your SSH agent. See Sharing Git credentials with your container. If your repository does not have a .devcontainer/devcontainer.json ...
🌐
GitHub
github.com › devcontainers
devcontainers · GitHub
1 week ago - A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own
🌐
GitHub
github.com › JetBrains › devcontainers-examples
GitHub - JetBrains/devcontainers-examples · GitHub
A comprehensive collection of examples demonstrating how to use DevContainers with JetBrains IDEs.
Starred by 97 users
Forked by 13 users
Languages   Dockerfile 72.3% | CSS 9.0% | HTML 8.8% | JavaScript 5.0% | Python 4.9%
🌐
GitHub
github.com › microsoft › vscode-course-sample › blob › main › .devcontainer › devcontainer.json
vscode-course-sample/.devcontainer/devcontainer.json at main · microsoft/vscode-course-sample
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.126.0/containers/python-3
Author   microsoft
🌐
GitHub
github.com › ardacetinkaya › devcontainer-example
GitHub - ardacetinkaya/devcontainer-example: Simple example for devcontainer.json
This is simple example for devcontainer.json for development configuration for GitHub Codespaces.
Starred by 2 users
Forked by 2 users
Languages   Shell 51.6% | Dockerfile 48.4% | Shell 51.6% | Dockerfile 48.4%
🌐
GitHub
github.com › microsoft › vscode-dev-containers
GitHub - microsoft/vscode-dev-containers: NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own! · GitHub
November 30, 2023 - See the definition's README for configuration options. A link is available in the .devcontainer/devcontainer.json file added to your folder.
Starred by 4.7K users
Forked by 1.4K users
Languages   Shell 78.1% | Dockerfile 8.2% | JavaScript 7.0% | Jupyter Notebook 4.4% | Python 0.9% | C# 0.4%
🌐
GitHub
github.com › devcontainers › templates
GitHub - devcontainers/templates: Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own! · GitHub
Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own! - devcontainers/templates
Starred by 1.4K users
Forked by 378 users
Languages   Shell 45.6% | Dockerfile 12.5% | TypeScript 10.9% | Java 7.2% | Python 5.5% | C# 5.0%
Find elsewhere
🌐
GitHub
github.com › devcontainers › features
GitHub - devcontainers/features: A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own · GitHub
Each Feature has a README.md that shows how to reference the Feature and which options are available for that Feature. The example below installs the go and docker-in-docker declared in the ./src directory ...
Starred by 1.5K users
Forked by 595 users
Languages   Shell
🌐
GitHub
github.com › a-h › devcontainer
GitHub - a-h/devcontainer: Example devcontainer for packaging using Nix inside VS Code and Docker. · GitHub
Example devcontainer for packaging using Nix inside VS Code and Docker. - a-h/devcontainer
Author   a-h
🌐
GitHub
github.com › chrisguest75 › devcontainer_examples
GitHub - chrisguest75/devcontainer_examples: Example devcontainers that can be used to play around with the technology. Uses the monorepo indirection technique with instructions how to work locally in vscode. · GitHub
Example devcontainers that can be used to play around with the technology. Uses the monorepo indirection technique with instructions how to work locally in vscode. - chrisguest75/devcontainer_exam...
Author   chrisguest75
🌐
GitHub
github.com › microsoft › vscode-remote-try-python
GitHub - microsoft/vscode-remote-try-python: Python sample project for trying out Dev Containers · GitHub
Open browser automatically: As an example change, let's update the portsAttributes in the .devcontainer/devcontainer.json file to open a browser when our port is automatically forwarded.
Starred by 919 users
Forked by 1.8K users
Languages   Python 73.7% | HTML 26.3%
🌐
GitHub
github.com › devcontainers › feature-starter
GitHub - devcontainers/feature-starter: A bootstrap repo for self-authoring Dev Container Features · GitHub
The example in this repository follows the dev container Feature distribution specification. To provide feedback to the specification, please leave a comment on spec issue #70. For more broad feedback regarding dev container Features, please see spec issue #61. This repository contains a collection of two Features - hello and color. These Features serve as simple feature implementations. Each sub-section below shows a sample devcontainer.json alongside example usage of the Feature.
Starred by 426 users
Forked by 247 users
Languages   Shell
🌐
GitHub
github.com › cmiles74 › devcontainer-example
GitHub - cmiles74/devcontainer-example: An example devconainer
This project provides an example devcontainer that deploys one development container and a couple other related containers. The development container is on the same network as the other containers, when you connect to the development container ...
Starred by 6 users
Forked by 13 users
Languages   PHP 63.0% | Dockerfile 37.0% | PHP 63.0% | Dockerfile 37.0%
🌐
GitHub
github.com › topics › devcontainer-example
devcontainer-example · GitHub Topics · GitHub
nodejs docker docker-compose docker-container vscode vscode-extension devcontainer devcontainer-template devcontainer-example
🌐
GitHub
github.com › devcontainers › spec
GitHub - devcontainers/spec: Development Containers: Use a container as a full-featured development environment. · GitHub
The first format in the specification, devcontainer.json, was born out of necessity. It is a structured JSON with Comments (jsonc) metadata format that tools can use to store any needed configuration required to develop inside of local or cloud-based containerized coding. We envision that this same structured data can be embedded in images and other formats – all while retaining a common object model for consistent processing. For example, some of this same metadata can be added to a devcontainer.metadata image label to tie settings directly to a container image.
Starred by 5.4K users
Forked by 460 users
🌐
Visual Studio Code
code.visualstudio.com › docs › devcontainers › create-dev-container
Create a Dev Container
November 3, 2021 - Next, place your .devcontainer/devcontainer.json (and related files) in a sub folder that mirrors the remote location of the repository. For example, if you wanted to create a configuration for github.com/devcontainers/templates, you would create the following folder structure:
🌐
GitHub
github.com › devcontainers › ci
GitHub - devcontainers/ci: A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems. · GitHub
- name: Pre-build image and run make ci-build in dev container uses: devcontainers/ci@v0.3 with: imageName: ghcr.io/example/example-devcontainer cacheFrom: ghcr.io/example/example-devcontainer push: always runCmd: make ci-build
Starred by 474 users
Forked by 91 users
Languages   TypeScript 58.0% | Dockerfile 21.3% | Shell 18.6%
🌐
GitHub
github.com › microsoft › vscode-remote-try-cpp
GitHub - microsoft/vscode-remote-try-cpp: C++ sample project for trying out Dev Containers · GitHub
C++ sample project for trying out Dev Containers. Contribute to microsoft/vscode-remote-try-cpp development by creating an account on GitHub.
Starred by 207 users
Forked by 154 users
Languages   Shell 64.1% | Dockerfile 27.7% | C++ 8.2%