We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad85ad commit 09756c9Copy full SHA for 09756c9
.devcontainer/devcontainer.json
@@ -16,7 +16,16 @@
16
"ghcr.io/devcontainers/features/git:1": {
17
"version": "2.39.1"
18
},
19
- "ghcr.io/devcontainers-contrib/features/typescript:2": {}
+ "ghcr.io/devcontainers-contrib/features/typescript:2": {
20
+
21
+ }
22
+ ,
23
+ "docker-in-docker": {
24
+ "version": "latest",
25
+ "moby": true,
26
+ "dockerDashComposeVersion": "v1"
27
28
29
30
"customizations": {
31
"vscode": {
README.md
@@ -43,7 +43,7 @@ What this demo application does:
43

44
45
46
-## Solution Architecture and deployment Options
+## Solution Architecture and deployment options
47
48

49
0 commit comments