mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Update docker-in-workspaces.md (#13606)
This commit is contained in:
+1
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user