Update docker-in-workspaces.md (#13606)

This commit is contained in:
Kelly Peilin Chan
2024-06-20 11:05:21 -04:00
committed by GitHub
parent 8e06ad46d0
commit a1ec8ad6e9
+1
View File
@@ -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"]
}