mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-25 00:04:39 +03:00
13 lines
282 B
JSON
13 lines
282 B
JSON
|
{
|
||
|
"color_and_hello": {
|
||
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
||
|
"features": {
|
||
|
"color": {
|
||
|
"favorite": "purple"
|
||
|
},
|
||
|
"hello": {
|
||
|
"greeting": "Greetings"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|