Skip to main content

DevContainer Toolbox

One command. Full dev environment. Any project.

Stop wasting time setting up development environments. DevContainer Toolbox gives you a complete, consistent setup that works on Windows, Mac, and Linux.

Quick Start​

1. Install (in your project folder):

# Mac/Linux
curl -fsSL https://raw.githubusercontent.com/terchris/devcontainer-toolbox/main/install.sh | bash

# Windows PowerShell
irm https://raw.githubusercontent.com/terchris/devcontainer-toolbox/main/install.ps1 | iex

2. Open in VS Code:

code .

3. Click "Reopen in Container" when prompted.

Done! Start coding.

What's Next?​