You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
|**AWS EC2 (Linux)**| Teams needing full VMs, AWS-native infrastructure| Full EC2 instances with AWS integration|
162
162
163
-
3. Click**"Use template"** on**Docker Containers**. Note: running this template requires Docker to be running in the background, so make sure Docker is running!
163
+
1. Click**"Use template"** on**Docker Containers**. Note: running this template requires Docker to be running in the background, so make sure Docker is running!
164
164
165
-
4.**Name your template:**
165
+
1.**Name your template:**
166
166
- Name:`quickstart`
167
167
- Display name:`quickstart doc template`
168
168
- Description:`Provision Docker containers as Coder workspaces`
**What just happened?** You defined a template — a reusable blueprint for dev
175
175
environments — in your Coder deployment. It's now stored in your organization's
176
176
template list, where you and any teammates in the same org can create workspaces
@@ -252,34 +252,35 @@ Coder maintains the [Tasks on Docker](https://registry.coder.com/templates/coder
252
252
1. Head to the[Tasks on Docker](https://registry.coder.com/templates/coder-labs/tasks-docker?_gl=1*19yewmn*_gcl_au*MTc0MzUwMTQ2NC4xNzU2MzA3MDkxLjk3NTM3MjgyNy4xNzU3Njg2NDY2LjE3NTc2ODc0Mzc.*_ga*NzUxMDI1NjIxLjE3NTYzMDcwOTE.*_ga_FTQQJCDWDM*czE3NTc3MDg4MDkkbzQ1JGcxJHQxNzU3NzA4ODE4JGo1MSRsMCRoMA..) template
253
253
1. Clone the Coder Registry repo to your local machine
254
254
255
-
```hcl
256
-
git clone https://github.com/coder/registry.git
257
-
```
255
+
```hcl
256
+
git clone https://github.com/coder/registry.git
257
+
```
258
258
259
259
1. Switch to the template directory
260
260
261
-
```hcl
262
-
cd registry/registry/coder-labs/templates/tasks-docker
263
-
```
261
+
```hcl
262
+
cd registry/registry/coder-labs/templates/tasks-docker
263
+
```
264
264
265
265
1. Push the template to your Coder deployment. Note: this command differs from the registry since we're defining the Anthropic API Key as an environment variable
1. In your Coder Deployment, click**Workspaces** in the upper left hand corner
273
273
1. Click**New workspace** and choose**tasks-docker**
274
274
1. Fill in the Workspace name. Add in an AI Prompt for Claude Code like "Make the background yellow". Click**Create workspace**
275
275
1.**See Tasks in action**
276
276
1. Once your workspace is running, click**View tasks** with your workspace. This will bring you to the Tasks view where you can see Claude Code (left panel), preview the sample application, and interact with the code in code-server. You might need to wait for Claude Code to finish changing the background color of the application.
277
-

278
277
1. Navigate to the**Tasks** tab in the upper left hand corner
279
278
1. Try typing in a new request to Claude Code: "make the background red"
280
279
1. Let's exit out of this specific Task view, so we can see all the running tasks
281
280
1. You can start a new task by prompting in the "Prompt your AI agent to start a task" box. You can select which template to run this from, so tasks-docker here, and that will spin up a new Workspace
282
281
282
+

283
+
283
284
Congratulation! You now have a Coder Task running. This demo has shown you how to spin up a task, and prompt Claude Code to change parts of your application. Learn more specifics about Coder Tasks[here](https://coder.com/docs/ai-coder/tasks).