mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-24 16:04:37 +03:00
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"hello": {
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
|
"features": {
|
|
"hello": {
|
|
"greeting": "hello"
|
|
}
|
|
}
|
|
}
|
|
}
|