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%
Videos
58:42
Python Pulse | Using PostgreSQL inside VS Code Dev Containers & ...
27:34
Visual Studio Code: Remote dev with Containers & Codespaces - YouTube
Visual Studio Code, Remote Containers & GitHub Codespaces
05:15
Beginner's Guide to VS Code Dev Containers - The Instant Dev ...
06:59
Get Started with Dev Containers in VS Code - YouTube
30:25
Working with Dev Containers - YouTube
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
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
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
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
IMPORTANT NOTE: We're starting to migrate contents of this repo to the devcontainers org, as part of the work on the open dev container specification. We've currently migrated the common-utils Feature to devcontainers/features/src/common-utils. For more details, you can review the announcement issue. Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user. ... OS support: Debian 9+, Ubuntu 16.04+, Alpine 3.9+, CentOS/RHEL 7+ (community supported) and downstream distros. Maintainer: The VS Code and GitHub Codespaces teams
Author microsoft
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
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