Skip to content

Commit

Permalink
set privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 4, 2024
1 parent 42a0dd8 commit dd0794d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "docker_container" "base" {
image = var.context != null ? docker_image.base[0].image_id : docker_image.default[0].image_id
name = var.workspace_name
hostname = var.hostname
privileged = true

dynamic "volumes" {
for_each = var.volumes
Expand Down

0 comments on commit dd0794d

Please sign in to comment.