features/test/docker-from-docker/scenarios.json

12 lines
238 B
JSON
Raw Normal View History

{
"docker_init": {
"image": "mcr.microsoft.com/devcontainers/base",
"remoteUser": "vscode",
"features": {
"docker-from-docker": {
"version": "latest"
}
}
}
}