File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ description: Learn how to write custom images for use with Coder.
6
6
Custom images allow you to define workspaces that include the dependencies,
7
7
scripts, and user preferences helpful for your project.
8
8
9
- > If you're unfamiliar with how to create, build, and push Docker Images, please
10
- > review [ this tutorial by
11
- > Docker] ( http://blog.shippable.com/build-a-docker-image-and-push-it-to-docker-hub )
12
- > before proceeding.
9
+ This guide assumes that you're familiar with:
10
+
11
+ - [ Dockerfiles] ( https://docs.docker.com/engine/reference/builder/ )
12
+ - [ docker login] ( https://docs.docker.com/engine/reference/commandline/login/ )
13
+ - [ docker build] ( https://docs.docker.com/engine/reference/commandline/build/ )
14
+ - [ docker push] ( https://docs.docker.com/engine/reference/commandline/push/ )
13
15
14
16
## Creating a custom image
15
17
You can’t perform that action at this time.
0 commit comments