Custom dev container Features by diegosolisfr, hosted on GitHub Container Registry.
Fork of devcontainers/feature-starter
A simple greeting feature. Running hello inside the built container will print a greeting.
$ hello
Hello, user.| Option | Type | Default | Description |
|---|---|---|---|
greeting |
string | hey |
Select a pre-made greeting, or enter your own |
See LICENSE.
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/diegosolisfr/devcontainers-features/hello:1": { "greeting": "Hello" } } }