Skip to content

Commit 09756c9

Browse files
committed
added support for docker in docker in dev container
1 parent 3ad85ad commit 09756c9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@
1616
"ghcr.io/devcontainers/features/git:1": {
1717
"version": "2.39.1"
1818
},
19-
"ghcr.io/devcontainers-contrib/features/typescript:2": {}
19+
"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+
2029
},
2130
"customizations": {
2231
"vscode": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ What this demo application does:
4343
![Chat screen](docs/chatscreen.png)
4444

4545

46-
## Solution Architecture and deployment Options
46+
## Solution Architecture and deployment options
4747

4848
![Microservice RAG Architecture](docs/aks/aks-hla.png)
4949

0 commit comments

Comments
 (0)