Skip to content

Minimal and language-agnostic DevContainer template for bootstrapping VS Code Remote development environments with Docker.

License

Notifications You must be signed in to change notification settings

jonmatum/devcontainer-minimal-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Minimal DevContainer Template

DevContainer Docker License: MIT

Overview

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.

Features

  • 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

Usage

  1. Clone or fork this repository:

    git clone [email protected]:jonmatum/devcontainer-minimal-template.git
    cd devcontainer-minimal-template
  2. Open the folder in Visual Studio Code:

    • You will be prompted to reopen the folder in a Dev Container
  3. Customize the Dockerfile and devcontainer.json for your stack

File Structure

.devcontainer/
├── devcontainer.json

Requirements

License

This project is licensed under the MIT License.


Pura Vida & Happy Coding!

About

Minimal and language-agnostic DevContainer template for bootstrapping VS Code Remote development environments with Docker.

Topics

Resources

License

Stars

Watchers

Forks