diff options
Diffstat (limited to 'test/docker-from-docker/scenarios.json')
-rw-r--r-- | test/docker-from-docker/scenarios.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/docker-from-docker/scenarios.json b/test/docker-from-docker/scenarios.json new file mode 100644 index 0000000..196e00b --- /dev/null +++ b/test/docker-from-docker/scenarios.json @@ -0,0 +1,11 @@ +{ + "docker_init": { + "image": "mcr.microsoft.com/devcontainers/base", + "remoteUser": "vscode", + "features": { + "docker-from-docker": { + "version": "latest" + } + } + } +} |