Skip to content

Commit 5f687b0

Browse files
committed
fixed devcontainer to run actors
Now the devcontainer uses docker in docker, so you can reach the dapr setup after you did run dapr init. This will then only affect the dev container, without compromising the host of the devcontainer Signed-off-by: paule96 <[email protected]>
1 parent d072f2d commit 5f687b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"ghcr.io/devcontainers/features/azure-cli:1": {
1111
"version": "2.38"
1212
},
13-
"ghcr.io/devcontainers/features/docker-from-docker:1": {
14-
"version": "20.10"
13+
"ghcr.io/devcontainers/features/docker-in-docker": {
14+
"version": "latest"
1515
},
1616
"ghcr.io/devcontainers/features/dotnet": {
1717
"version": "6.0",

0 commit comments

Comments
 (0)