https://github.com/ridhwaans/devcontainer-features
macOS
- GET Sequoia Update
- GET Xcode Command Line Tools
xcode-select --install
windows
- GET Windows Subsystem for Linux (WSL2)
- GET
Ubuntu 24.04 LTS (Noble Numbat)from the Microsoft Store- optional: upgrade to the interim release
- managing multiple linux distributions
- append
--remote wsl+Ubuntuto the VS Code target field in shortcut properties Open a remote folder or workspace
- GET Docker Desktop
- GET VS Code Dev Containers extension
| development image | supported-features |
|---|---|
| javascript-node:22 | docker-in-docker |
in VS Code, select Dev Containers: Reopen in Container, or
Dev Containers: Rebuild Without Cache and Reopen in Container
| runner image |
|---|
| ubuntu-24.04 |
devcontainer features test --features base --skip-autogenerated --skip-duplicated --filter="base"
devcontainer features test --global-scenarios-only
| runner image |
|---|
| ubuntu-24.04 |
devcontainer features publish
https://github.com/ridhwaans/dotfiles
https://containers.dev/implementors/features/