vscode-dev-containers/.devcontainer
Christof Marti 29bca16da5 Remove trailing commas 2022-06-01 23:48:21 -07:00
..
fluxbox vscode-dev-containers dev container (#1334) 2022-03-03 10:21:55 -08:00
Dockerfile Fix 2022-04-05 14:37:54 +00:00
README.md Add open links (#1379) 2022-03-28 12:35:08 -07:00
devcontainer.json Remove trailing commas 2022-06-01 23:48:21 -07:00
install.sh Final fix for not showing WSL prompt 2022-04-05 15:07:54 +00:00
postCreateCommand.sh Fix 2022-04-05 14:37:54 +00:00

README.md

Dev Container for vscode-dev-containers

Open in Remote - Containers

This folder includes a configuration for building dev containers or reviewing PRs inside of another dev container - "Inception" style 😎. It includes the Moby/Docker and a desktop with VS Code stable, insiders, and the Remote - Containers extension installed for quick testing of local scenarios when needed.

A web-based desktop viewer is automatically forwarded. The login password is vscode.

Run F1 / Ctrl/Cmd + Shift + p and select Ports: Focus on Ports View to see the address to use to connect to it.

If you already have VS Code and Docker installed, you can click the badge above or here to get started. Clicking these links will cause VS Code to automatically install the Remote - Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.

However, most likely, this was not what you were looking for when you came to this repository. Actual dev container definitions can be found under the /containers folder in this repository.