File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,29 +7,29 @@ Coder admins manage *templates* to define the infrastructure behind workspaces.
7
7
### ex. "Frontend" Template
8
8
9
9
| Resource name | Status |
10
- | - ---------------------- | ---------- |
10
+ | : ---------------------- | ---------- |
11
11
| Kubernetes pod (NodeJS) | ephemeral |
12
12
| API token (Backend) | ephemeral |
13
13
| Disk (Source code) | persistant |
14
14
15
15
### ex. "Data Science" Template
16
16
17
17
| Resource name | Status |
18
- | - ------------------------------------- | ---------- |
18
+ | : ------------------------------------- | ---------- |
19
19
| Kubernetes pod (pyCharm + JupyterLab) | ephemeral |
20
20
| Readonly volume mount (shared dataset) | persistant |
21
21
22
22
### ex. "MacOS" Template
23
23
24
24
| Resource name | Status |
25
- | - ----------------- | ---------- |
25
+ | : ----------------- | ---------- |
26
26
| MacOS VM | ephemeral |
27
27
| Disk (source code) | persistant |
28
28
29
29
### ex. "Linux Debugging" Template
30
30
31
31
| Resource name | Status |
32
- | - ----------------------- | ---------- |
32
+ | : ----------------------- | ---------- |
33
33
| EC2 VM (Debian 11.3 AMI) | persistant |
34
34
35
35
### Templates are managed via the CLI
You can’t perform that action at this time.
0 commit comments