We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab40359 commit ecb35dbCopy full SHA for ecb35db
examples/templates/docker-devcontainer/main.tf
@@ -256,6 +256,8 @@ resource "docker_container" "workspace" {
256
# that the devcontainer can run Docker commands in some other way.
257
# Mounting the host Docker socket is strongly discouraged because
258
# workspaces will then compete for control of the devcontainers.
259
+ # For more information, see:
260
+ # https://coder.com/docs/admin/templates/extending-templates/docker-in-workspaces
261
privileged = true
262
263
# Uses lower() to avoid Docker restriction on container names.
0 commit comments