About 209 results
Open links in new tab
  1. Create a Dev Container - Visual Studio Code

    A devcontainer.json file in your project tells VS Code how to access (or create) a development container with a well-defined tool and runtime stack. This container can be used to run an application or to …

  2. Developing inside a Container - Visual Studio Code

    After picking the starting point for your container, VS Code will add the dev container configuration files to your project (.devcontainer/devcontainer.json). The VS Code window will reload and start building …

  3. Dev Containers tutorial - Visual Studio Code

    The Dev Containers extension uses the files in the .devcontainer folder, namely devcontainer.json, and an optional Dockerfile or docker-compose.yml, to create your dev containers.

  4. Dev Container CLI - Visual Studio Code

    Use the devcontainer build command to build the image and push it to your image registry. See documentation for your image registry (such as Azure Container Registry, GitHub Container …

  5. Dev Containers Tips and Tricks - Visual Studio Code

    You can also use specialized, local devcontainer.json files to create / connect to a remote dev container. Once you are done, press Ctrl+C in the terminal / PowerShell to close the tunnel.

  6. Advanced container configuration - Visual Studio Code

    A devcontainer.json file in your project tells VS Code how to access (or create) a development container with a well-defined tool and runtime stack. This container can be used to run an application or to …

  7. Dev Containers FAQ - Visual Studio Code

    A VS Code window can only connect to one window currently, but you can open a new window and attach to an already running container or use a common Docker Compose file with multiple …

  8. Custom Dev Container Features - Visual Studio Code

    Sep 15, 2022 · They're configured using an image, Dockerfile, or Docker Compose file and devcontainer.json, which is a metadata format used to enrich containers with development specific …

  9. The dev container CLI - Visual Studio Code

    May 18, 2022 · When tools like VS Code and Codespaces detect a devcontainer.json file in a user's project, they use a CLI to configure a dev container. We've now opened up this CLI as a reference …

  10. Environment variables - Visual Studio Code

    Dockerfile or image: Add the containerEnv property to devcontainer.json to set variables that should apply to the entire container or remoteEnv to set variables for VS Code and related sub-processes …