🌐
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 - Each provides a container configuration file (devcontainer.json) and other needed files that you can drop into any existing folder as a starting point for containerizing your project. You can use the Add Development Container Configuration Files... command to add one to your project or codespace. The vscode-remote-try-* repositories may also be of interest if you are looking for complete sample projects.
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%
🌐
Visual Studio Code
code.visualstudio.com › docs › devcontainers › containers
Developing inside a Container
November 3, 2021 - Start VS Code and run Dev Containers: ... (F1). Enter microsoft/vscode-remote-try-node (or one of the other "try" repositories), a Git URI, a GitHub branch URL, or a GitHub PR URL in the input box that appears and press Enter...
🌐
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
The configuration files for a dev container are contained in a .devcontainer directory in your repository. You can use Visual Studio Code to add configuration files for you. You can choose from a selection of predefined configurations for various project types.
🌐
Visual Studio Code
code.visualstudio.com › docs › devcontainers › create-dev-container
Create a Dev Container
November 3, 2021 - In the Settings editor, you can search for 'dev containers repo' to find the setting: 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 › microsoft › vscode-dev-containers › blob › main › CONTRIBUTING.md
vscode-dev-containers/CONTRIBUTING.md at main · 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 ...
Author   microsoft
🌐
GitHub
github.com › microsoft › vscode-dev-containers › releases
Releases · 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 ...
Author   microsoft
🌐
Visual Studio Code
code.visualstudio.com › docs › devcontainers › tutorial
Dev Containers tutorial
November 3, 2021 - To create a Docker container, we are going to open a GitHub repository with a Node.js project. Open the Command Palette (F1) to run the command Dev Containers: Try a Dev Container Sample... and select the Node sample from the list.
🌐
GitHub
github.com › microsoft › vscode-dev-containers › blob › main › containers › python-3 › README.md
vscode-dev-containers/containers/python-3/README.md at main · microsoft/vscode-dev-containers
This container installs all Python development utilities using pipx to avoid impacting the global Python environment. You can use this same utility add additional utilities in an isolated environment.
Author   microsoft
🌐
Docker Hub
hub.docker.com › r › microsoft › vscode-devcontainers
microsoft/vscode-devcontainers - Docker Image
These images are intended for use with VS Code Remote - Containers⁠ and GitHub Codespaces⁠. Their contents, and corresponding devcontainer.json files are typically tied to releases at https://github.com/microsoft/vscode-dev-containers⁠
Find elsewhere
🌐
GitHub
github.com › microsoft › vscode-docs › blob › main › docs › devcontainers › tutorial.md
vscode-docs/docs/devcontainers/tutorial.md at main · microsoft/vscode-docs
For example, the dev container in this example installs the streetsidesoftware.code-spell-checker extension. Note: Additional configuration will already be added to the container based on what's in the base image. For example, we see the streetsidesoftware.code-spell-checker extension above, and the container will also include "dbaeumer.vscode-eslint" as that's part of mcr.microsoft.com/devcontainers/typescript-node.
Author   microsoft
🌐
GitHub
github.com › merhard › vscode-dev-containers
GitHub - merhard/vscode-dev-containers: A repository of my development container definitions for the VS Code Remote - Containers extension
A repository of my development container definitions for the VS Code Remote - Containers extension - merhard/vscode-dev-containers
Author   merhard
🌐
GitHub
github.com › microsoft › vscode-dev-containers › issues
Issues · microsoft/vscode-dev-containers
NOTE: Most of the contents of this ... https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own! - Issues · microsoft/vscode-dev-containers...
Author   microsoft
🌐
GitHub
github.com › microsoft › vscode-remote-try-python
GitHub - microsoft/vscode-remote-try-python: Python sample project for trying out Dev Containers · GitHub
Python sample project for trying out Dev Containers - microsoft/vscode-remote-try-python
Starred by 919 users
Forked by 1.8K users
Languages   Python 73.7% | HTML 26.3%
🌐
GitHub
github.com › microsoft › vscode-dev-containers › blob › main › script-library › docs › common.md
vscode-dev-containers/script-library/docs/common.md at main · 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 ...
Author   microsoft
🌐
GitHub
github.com › devcontainers
devcontainers · GitHub
Official organization for the Development Containers Specification and dev container resources. - devcontainers
🌐
Rancher Desktop
docs.rancherdesktop.io › vs code remote containers
VS Code Remote Containers | Rancher Desktop Docs
Microsoft provides a number of sample dev containers at this GitHub repository: https://github.com/microsoft/vscode-dev-containers.git.
🌐
GitHub
github.com › vegastyle › dev-containers
GitHub - vegastyle/dev-containers: repository for holding dev containers for use within Visual Studio Code. · GitHub
repository for holding dev containers for use within Visual Studio Code. - vegastyle/dev-containers
Author   vegastyle
🌐
GitHub
microsoft.github.io › vscode-essentials › en › 09-dev-containers.html
Developing in a Container · Visual Studio Code - The Essentials
The extension will then download the Docker image and launch the container, which contains everything you need to work on the project. No more lengthy installations of tools and dependencies! Reproducibility: The development environment can be shared with your colleagues, to ensure that everybody ...
🌐
GitHub
github.com › microsoft › vscode-docs › blob › main › docs › devcontainers › create-dev-container.md
vscode-docs/docs/devcontainers/create-dev-container.md at main · microsoft/vscode-docs
The Visual Studio Code Dev Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open any folder or repository inside a container and take advantage of Visual Studio Code's full feature set.
Author   microsoft