devcontainers-features/test/hello/scenarios.json
2023-09-15 20:25:04 +03:00

11 lines
194 B
JSON

{
"hello": {
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"hello": {
"greeting": "hello"
}
}
}
}