This is a base Ubuntu 22.04 development container image, designed to provide a minimal, customizable environment for development tasks.
- Base Image:
ubuntu:22.04 - Image Name:
ghcr.io/jmcombs/devcontainer:base-ubuntu - Features: Includes common Linux utilities and tools.
To use this dev container in Visual Studio Code or GitHub Codespaces:
- Open your project in VS Code or Codespaces.
- Use the Command Palette (
Ctrl+Shift+PorCmd+Shift+Pon macOS) and selectDev Containers: Reopen in Container. - Choose the
base-ubuntucontainer definition.
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.