GitHub
github.com › devcontainers
devcontainers · 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!
Videos
Dev Containers and GitHub Codespaces - Simplify the dev experience ...
Streamline Development with DevContainers & GitHub ...
19:40
How to build your first Devcontainer - YouTube
11:19
Day 52 - Creating a custom Dev Container for your GitHub Codespace ...
19:45
you should be using dev containers - YouTube
22:20
DevContainers na Prática: Configurando e Testando no GitHub ...
Visual Studio Code
code.visualstudio.com › docs › devcontainers › containers
Developing inside a Container
November 3, 2021 - We host a set of Templates as part of the spec in the devcontainers/templates repository. You can browse the src folder of that repository to see the contents of each Template. The VS Code window (instance) will reload, clone the source code, and start building the dev container. A progress notification provides status updates. If you pasted in a GitHub pull request URL in step 2, the PR will be automatically checked out and the GitHub Pull Requests extension will be installed in the container.
GitHub
github.com › microsoft › vscode-dev-containers
GitHub - microsoft/vscode-dev-containers: NOTE: Most of ...
November 30, 2023 - The definitions describe the appropriate container image, runtime arguments for starting the container, and VS Code extensions that should be installed. 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.
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
docs.github.com › en › codespaces › setting-up-your-project-for-codespaces › configuring-dev-containers
Configuring dev containers - GitHub Docs
You can customize the dev container configuration for your repository.
GitHub
github.com › rails › devcontainer
GitHub - rails/devcontainer · GitHub
You can add a dev container to an existing application by creating devcontainer.json in the .devcontainer/ directory at the top level of the repository.
Starred by 102 users
Forked by 38 users
Languages Ruby 89.8% | Shell 10.0% | Dockerfile 0.2%
Development Containers
containers.dev › features
Features
Development containers documentation and specification page.
GitHub
github.com › microsoft › vscode-remote-try-python
GitHub - microsoft/vscode-remote-try-python: Python sample project for trying out Dev Containers · GitHub
Also notice that utilities like pylint and the Python extension are installed. Tools are installed in the mcr.microsoft.com/devcontainers/python image and Dev Container settings and metadata are automatically picked up from image labels.
Starred by 919 users
Forked by 1.8K users
Languages Python 73.7% | HTML 26.3%
GitHub
docs.github.com › en › codespaces › setting-up-your-project-for-codespaces › adding-a-dev-container-configuration
Adding a dev container configuration to your repository - GitHub Docs
You can add a custom dev container configuration to your repository to set up the GitHub Codespaces development environment for your codebase.
GitHub
github.com › devcontainers-contrib › features
danielbraun89/devcontainer-features: 🐳 Extra add-in ...
Update the dev container CLI to automatically redirect from devcontainers-contrib to devcontainers-extra · Show a warning in VS Code and GitHub Codespaces about the state of devcontainers-contrib and redirection to devcontainers-extra (to ensure users are aware and devcontainers-extra gets ...
Author devcontainers-contrib
GitHub
docs.github.com › en › codespaces › setting-up-your-project-for-codespaces › configuring-dev-containers › adding-features-to-a-devcontainer-file
Adding features to a devcontainer.json file - GitHub Docs
By default, the latest version of the feature will be used. To choose a different version, or configure other options for the feature, expand the properties listed under "Options" to view the available values, then add the options by manually editing the object in your devcontainer.json file.
Docker Hub
hub.docker.com › r › microsoft › devcontainers
microsoft/devcontainers - Docker Image
These images are intended for use with tools and services that support the Dev Container Specification. Their contents, and corresponding devcontainer.json files are typically tied to releases at https://github.com/devcontainers/images.
GitHub
github.com › ngrx › platform › blob › main › .devcontainer › devcontainer.json
platform/.devcontainer/devcontainer.json at main · ngrx/platform
"ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/sshd:1": {} }, · // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], · // Use 'postCreateCommand' to run commands after the container is created.
Author ngrx
GitHub
github.com › JetBrains › devcontainers-examples
GitHub - JetBrains/devcontainers-examples · GitHub
DevContainers (Development Containers) are a technology that allows developers to package a fully functional development environment inside containers.
Starred by 97 users
Forked by 13 users
Languages Dockerfile 72.3% | CSS 9.0% | HTML 8.8% | JavaScript 5.0% | Python 4.9%