diff --git a/docs/templates/docker-in-workspaces.md b/docs/templates/docker-in-workspaces.md index d6a873c68f77a..ab697b34baca7 100644 --- a/docs/templates/docker-in-workspaces.md +++ b/docs/templates/docker-in-workspaces.md @@ -352,6 +352,7 @@ resource "kubernetes_pod" "main" { image = "docker:dind" security_context { privileged = true + run_as_user = 0 } command = ["dockerd", "-H", "tcp://127.0.0.1:2375"] }