There was an error while loading. Please reload this page.
1 parent ebe4ca2 commit 207262eCopy full SHA for 207262e
1 file changed
README.md
@@ -9,18 +9,13 @@
9
10
## Usage
11
12
-```
13
-docker run -it dockette/coder:fx
14
15
-
16
-**Base image**
17
18
-```Dockerfile
19
-FROM dockette/coder:fx
20
21
-USER root
22
-# optional extra layers
23
-USER coder
+```diff
+resource "docker_container" "workspace" {
+ count = data.coder_workspace.me.start_count
+ -image = "codercom/enterprise-base:ubuntu"
+ +image = "dockette/coder:fx"
+ ...
+}
24
```
25
26
## Documentation
0 commit comments