Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 835 Bytes

File metadata and controls

37 lines (26 loc) · 835 Bytes

Dev Container Features

Custom dev container Features by diegosolisfr, hosted on GitHub Container Registry.

Fork of devcontainers/feature-starter

Features

hello

A simple greeting feature. Running hello inside the built container will print a greeting.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/diegosolisfr/devcontainers-features/hello:1": {
            "greeting": "Hello"
        }
    }
}
$ hello
Hello, user.

Options

Option Type Default Description
greeting string hey Select a pre-made greeting, or enter your own

License

See LICENSE.