About 51 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. Develop on a remote Docker host - Visual Studio Code

    Docker does not support mounting (binding) your local filesystem into a remote dev container, so Visual Studio Code's default devcontainer.json behavior to use your local source code will not work.

  8. Containers in Visual Studio Code

    Containers in Visual Studio Code The Container Tools extension makes it easy to build, manage, and deploy containerized applications in Visual Studio Code. This page provides an overview of the …

  9. Connect to multiple containers - Visual Studio Code

    If you'd prefer to use devcontainer.json instead and are using Docker Compose, you can create separate devcontainer.json files for each service in your source tree, each pointing to a common …

  10. 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 …