Skip to content

Commit 9e3b5bd

Browse files
author
Katie Horne
committed
Edit text
1 parent 0acd2fa commit 9e3b5bd

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

images/writing.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Custom images allow you to define workspaces that include the dependencies,
77
scripts, and user preferences helpful for your project.
88

99
> If you're unfamiliar with how to create, build, and push Docker Images, please
10-
> review
11-
> [this tutorial by Docker](http://blog.shippable.com/build-a-docker-image-and-push-it-to-docker-hub)
10+
> review [this tutorial by
11+
> Docker](http://blog.shippable.com/build-a-docker-image-and-push-it-to-docker-hub)
1212
> before proceeding.
1313
1414
## Creating a custom image
@@ -33,16 +33,18 @@ Please note:
3333
to make sure that your image will work with all of Coder's features.
3434

3535
- You can build images inside a
36-
([CVM](../admin/workspace-management/cvms.md)-enabled) Coder workspace with
37-
Docker installed, such as our
38-
[base image](https://github.com/cdr/enterprise-images/tree/main/images/base).
39-
40-
- If you're using CVM-only features during an image's build time, such as
41-
[pre-loading images](https://github.com/nestybox/sysbox/blob/master/docs/quickstart/images.md#building-a-system-container-that-includes-inner-container-images--v012-)
42-
in workspaces, you will need to install the
43-
[sysbox runtime](https://github.com/nestybox/sysbox) on your local machine and
44-
build images there. This is usually not necessary, even if your image installs
45-
and enables Docker.
36+
[CVM](../admin/workspace-management/cvms.md)-enabled Coder workspace with
37+
Docker installed (see our [base
38+
image](https://github.com/cdr/enterprise-images/tree/main/images/base) for an
39+
example of how you can do this).
40+
41+
- If you're using CVM-only features during an image's build time (e.g., you're
42+
[pre-loading
43+
images](https://github.com/nestybox/sysbox/blob/master/docs/quickstart/images.md#building-a-system-container-that-includes-inner-container-images--v012-)
44+
in workspaces), you will need to install the [sysbox
45+
runtime](https://github.com/nestybox/sysbox) onto your local machine and build
46+
images locally. Note that this isn't usually necessary, even if your image
47+
installs and enables Docker.
4648

4749
## Example: Installing an IntelliJ IDE
4850

0 commit comments

Comments
 (0)