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