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?​
- What Are DevContainers? - New to containers? Start here
- Getting Started - Full installation guide
- Available Tools - See all 20+ tools
- Commands Reference - All
dev-*commands - Configuration - Customize your setup
- Troubleshooting - Common issues and solutions