Skip to content

Commit 3dbd0b6

Browse files
authored
Update docker-in-workspaces.md
1 parent 7049d7a commit 3dbd0b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/templates/docker-in-workspaces.md

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ resource "kubernetes_pod" "main" {
352352
image = "docker:dind"
353353
security_context {
354354
privileged = true
355+
run_as_user = 0
355356
}
356357
command = ["dockerd", "-H", "tcp://127.0.0.1:2375"]
357358
}

0 commit comments

Comments
 (0)