rebased to ubuntu again...

This commit is contained in:
2026-03-19 15:14:07 +01:00 Verified
parent f943ac6758
commit 4eaffe1253
2 changed files with 18 additions and 17 deletions
-1
View File
@@ -158,7 +158,6 @@ resource "docker_container" "workspace" {
image = docker_image.main.name
cpu_set = "0-11"
memory = 4096
privileged = true
# Uses lower() to avoid Docker restriction on container names.
name = "coder-${data.coder_workspace_owner.me.name}-${lower(data.coder_workspace.me.name)}"
# Hostname makes the shell more user friendly: coder@my-workspace:~$