@@ -7,8 +7,8 @@ Custom images allow you to define workspaces that include the dependencies,
7
7
scripts, and user preferences helpful for your project.
8
8
9
9
> 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 )
12
12
> before proceeding.
13
13
14
14
## Creating a custom image
@@ -33,16 +33,18 @@ Please note:
33
33
to make sure that your image will work with all of Coder's features.
34
34
35
35
- 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.
46
48
47
49
## Example: Installing an IntelliJ IDE
48
50
0 commit comments