devcontainer

Reference implementation for the Development Containers specification

brewmacoslinux
Try with needOr install directly
Source

About

Reference implementation for the Development Containers specification

Commands

devcontainer

Examples

Open a development container in the current directory$ devcontainer open
Build a development container from devcontainer.json$ devcontainer build --workspace-folder .
Execute a command inside a development container$ devcontainer exec --workspace-folder . npm install