Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dev Container Usage

Overview

This dev container uses cgr.dev/chainguard/wolfi-base with git, curl, bash, and just pre-installed. Dev container features add git, just, and nickel automatically.

VS Code (Local)

  1. Install the Dev Containers extension (ms-vscode-remote.remote-containers).

  2. Set dev.containers.dockerPath to podman in VS Code settings.

  3. Open the repo folder, then choose Reopen in Container from the command palette.

GitHub Codespaces

  1. From the repository on GitHub, click Code > Codespaces > New codespace.

  2. The container builds automatically from this configuration.

Gitpod

  1. Prefix the repo URL with https://gitpod.io/# to launch a workspace.

  2. Gitpod reads devcontainer.json and builds the environment.

Customization

Replace KRL placeholders in both devcontainer.json and Containerfile with your actual project name. Run just deps to verify the environment after first launch.