This is a minimal, language-agnostic DevContainer setup designed for fast startup and easy extension. It provides a Docker-based development environment configured for use with Visual Studio Code Remote - Containers.
- Based on the official
mcr.microsoft.com/devcontainers/base:debian
image - Non-root
vscode
user for safe, consistent dev workflows - Lightweight: includes only essential tools (git, curl, bash)
- VS Code Docker extension pre-installed
- Clean starting point for building language-specific environments
-
Clone or fork this repository:
git clone [email protected]:jonmatum/devcontainer-minimal-template.git cd devcontainer-minimal-template
-
Open the folder in Visual Studio Code:
- You will be prompted to reopen the folder in a Dev Container
-
Customize the Dockerfile and
devcontainer.json
for your stack
.devcontainer/
├── devcontainer.json
This project is licensed under the MIT License.
Pura Vida & Happy Coding!