8000
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 048cf5b commit 5dc41a5Copy full SHA for 5dc41a5
docs/admin/templates/extending-templates/advanced-dev-containers.md
@@ -175,13 +175,13 @@ or add persistent volumes—to improve performance and isolation for dev contain
175
```terraform
176
resource "docker_container" "workspace" {
177
count = data.coder_workspace.me.start_count
178
- image = "codercom/enterprise-base:ubuntu"
+ image = "codercom/enterprise-node:ubuntu"
179
180
resources {
181
memory = 4096 # MiB
182
cpus = 2
183
+ memory_swap = 8192
184
}
- memory_swap = 8192
185
186
```
187
0 commit comments