Skip to content

Commit e96b1bc

Browse files
committed
admin/index glossary section
1 parent 16cce07 commit e96b1bc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/admin/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,25 @@ For any information not strictly contained in these sections, check out our
1818
## What is an image, template, devcontainer, or workspace
1919

2020
- **Template**
21-
- [Templates](./templates/index.md) are...
21+
- [Templates](./templates/index.md) are
22+
<!-- Managed by Coder Template Administrators The template should include infrastructure-level dependencies for the workspace (for example, Kubernetes PersistentVolumeClaims, docker containers, or EC2 VMs). These should be applicable to all workspaces built from the template. -->
23+
2224
- **Workspace**
2325
- A [workspace](../user-guides/workspace-management.md) is the environment
2426
that a developer works in. Developers on a team each work from their own
2527
workspace and can use [multiple IDEs](./workspace-access/index.md).
2628
- **Image**
27-
- An [image](./templates/managing-templates/image-management.md) contains the
29+
- A [base image](./templates/managing-templates/image-management.md) contains the
2830
utilities that the Coder workspace is built on. It can be an
2931
[example image](https://github.com/coder/images), custom image, or one from
3032
[Docker Hub](https://hub.docker.com/search). It is defined in each template.
33+
Managed externally to Coder.
34+
<!-- The devcontainer base image should include dependencies such as the base OS (for example, Debian or Fedora), and OS-level packages (curl, git, java). Include as much as possible here to leverage image and layer caching. Avoid including project-specific tools here. Language-specific runtimes may be added here or in a Dev Container feature. -->
35+
3136
- **Development containers**
3237
- more about devcontainers...
3338

39+
- **Startup scripts**
40+
-
41+
3442
<children></children>

0 commit comments

Comments
 (0)