Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 934 Bytes

File metadata and controls

23 lines (14 loc) · 934 Bytes

Base Ubuntu Dev Container

This is a base Ubuntu 22.04 development container image, designed to provide a minimal, customizable environment for development tasks.

Overview

  • Base Image: ubuntu:22.04
  • Image Name: ghcr.io/jmcombs/devcontainer:base-ubuntu
  • Features: Includes common Linux utilities and tools.

Usage

To use this dev container in Visual Studio Code or GitHub Codespaces:

  1. Open your project in VS Code or Codespaces.
  2. Use the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and select Dev Containers: Reopen in Container.
  3. Choose the base-ubuntu container definition.

Customization

This image serves as a foundation. You can extend it by adding additional features or tools in your own devcontainer.json configuration.

For more information on development containers, visit the Dev Containers documentation.