Skip to content

Commit 4193ed1

Browse files
author
Katie Horne
committed
Update links
1 parent 9e3b5bd commit 4193ed1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

images/writing.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ description: Learn how to write custom images for use with Coder.
66
Custom images allow you to define workspaces that include the dependencies,
77
scripts, and user preferences helpful for your project.
88

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/)
1315

1416
## Creating a custom image
1517

0 commit comments

Comments
 (0)