Skip to content

Commit e98535d

Browse files
author
Katie Horne
authored
chore: add workspace diagrams (#491)
1 parent 764ac13 commit e98535d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
102 KB
Loading

workspaces/getting-started.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: "Getting started"
33
description: "Learn how to develop in a workspace."
44
---
55

6+
This article walks you through creating a new workspace using a pre-defined
7+
image.
8+
69
## 1. Import an image
710

811
Ensure you've [imported an image](../images/importing.md) for your

workspaces/index.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ icon:
2020
description: "Learn about development workspaces in Coder."
2121
---
2222

23-
A workspace is your remote development environment. All workspaces are based on
24-
a shared [image](../images/index.md) and therefore reproducible.
23+
A workspace is your remote development environment.
2524

2625
![Workspaces](../assets/workspaces/workspaces.svg)
2726

27+
Coder creates workspaces using a [shared container image](../images/index.md),
28+
which improves their reproducibility.
29+
30+
![The anatomy of a workspace](../assets/workspaces/workspace-anatomy.png)
31+
2832
## In this section
2933

3034
<children></children>

0 commit comments

Comments
 (0)