File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
examples/templates/docker-devcontainer Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -315,12 +315,11 @@ resource "docker_container" "workspace" {
315
315
image = local. workspace_image
316
316
317
317
# NOTE: The `privileged` mode is one way to run Docker-in-Docker,
318
- # which is required for the devcontainer to work. IF this is not
318
+ # which is required for the devcontainer to work. If this is not
319
319
# desired, you can remove this line. However, you will need to ensure
320
320
# that the devcontainer can run Docker commands in some other way.
321
- # Mounting the host Docker socket is one way to do this, but it is
322
- # strongly discouraged because workspaces will then compete for
323
- # control of the devcontainers.
321
+ # Mounting the host Docker socket is strongly discouraged because
322
+ # workspaces will then compete for control of the devcontainers.
324
323
privileged = true
325
324
326
325
# Uses lower() to avoid Docker restriction on container names.
You can’t perform that action at this time.
0 commit comments