About 400 results
Open links in new tab
  1. Developing inside a Container - Visual Studio Code

    The Visual Studio Code Dev Containers extension lets you use a container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container …

  2. Develop on a remote Docker host - Visual Studio Code

    Setting up VS Code to attach to a container on a remote Docker host can be as easy as setting the Container Tools extension containers.environment property in settings.json and restarting …

  3. VS Code Remote Development

    Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment.

  4. Attach to a running container - Visual Studio Code

    Visual Studio Code can create and start containers for you but that may not match your workflow and you may prefer to "attach" VS Code to an already running Docker container - regardless …

  5. Connect to remote Docker over SSH - Visual Studio Code

    Connect via SSH to Docker engine running on a remote machine and use the remote machine as a development environment for Visual Studio Code.

  6. Dev Containers tutorial - Visual Studio Code

    This tutorial walks you through running Visual Studio Code in a Docker container using the Dev Containers extension. You need no prior knowledge of Docker to complete this tutorial.

  7. Remote Development using SSH - Visual Studio Code

    The Visual Studio Code Remote - SSH extension allows you to open a remote folder on any remote machine, virtual machine, or container with a running SSH server and take full …

  8. Create a Dev Container - Visual Studio Code

    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 …

  9. Advanced container configuration - Visual Studio Code

    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 inside (or mounted into) a …

  10. Dev Containers Tips and Tricks - Visual Studio Code

    VS Code will now be able to attach to any running container on the remote host. You can also use specialized, local devcontainer.json files to create / connect to a remote dev container.