Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 464 Bytes

DevContainers-Setup.md

File metadata and controls

9 lines (7 loc) · 464 Bytes

VS Code Dev Containers Setup

  1. Replace "image": " <Container name> " with the correct container image
  2. Save the devcontainer.json
  3. Open the command palette in VS Code by pressing Ctrl+Shift+P
  4. Type " Remote-Containers: Reopen in Container " and select it from the list of options
  5. Wait for VS Code to build and start the container

This will create a dev container that mounts the container image to the local storage readonly.