Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add a dev container template to Coder

A Coder administrator adds a dev container-compatible template to Coder
(Envbuilder). This allows the template to prompt for the developer for their dev
(Envbuilder). This allows the template to prompt the developer for their dev
container repository's URL as a
[parameter](../../extending-templates/parameters.md) when they create their
workspace. Envbuilder clones the repo and builds a container from the
Expand Down Expand Up @@ -72,7 +72,7 @@ choose a template from the

1. Create a `.zip` of the template files:

- On Mac or Windows, highlight the files and then right click. A
- On Mac or Windows, highlight the files and then right-click. A
"compress" option is available through the right-click context menu.

- To zip the files through the command line:
Expand Down
Loading