Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcda8593

Browse files
authored
docs: fix formatting issues (#19831)
1 parentf40ae70 commitcda8593

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

‎docs/tutorials/quickstart.md‎

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -152,25 +152,25 @@ Templates define what's in your development environment. Let's start simple:
152152

153153
1. Click**"Templates"****"New Template"**
154154

155-
2.**Choose a starter template:**
155+
1.**Choose a starter template:**
156156

157157
| Starter| Best For| Includes|
158158
|-------------------------------------|---------------------------------------------------------|--------------------------------------------------------|
159159
|**Docker Containers** (Recommended)| Getting started quickly, local development, prototyping| Ubuntu container with common dev tools, Docker runtime|
160160
|**Kubernetes (Deployment)**| Cloud-native teams, scalable workspaces| Pod-based workspaces, Kubernetes orchestration|
161161
|**AWS EC2 (Linux)**| Teams needing full VMs, AWS-native infrastructure| Full EC2 instances with AWS integration|
162162

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!
164164

165-
4.**Name your template:**
165+
1.**Name your template:**
166166
- Name:`quickstart`
167167
- Display name:`quickstart doc template`
168168
- Description:`Provision Docker containers as Coder workspaces`
169169

170-
![Create template](../images/screenshots/create-template.png)
171-
172170
1. Click**"Save"**
173171

172+
![Create template](../images/screenshots/create-template.png)
173+
174174
**What just happened?** You defined a template — a reusable blueprint for dev
175175
environments — in your Coder deployment. It's now stored in your organization's
176176
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
252252
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
253253
1. Clone the Coder Registry repo to your local machine
254254

255-
```hcl
256-
git clone https://github.com/coder/registry.git
257-
```
255+
```hcl
256+
git clone https://github.com/coder/registry.git
257+
```
258258

259259
1. Switch to the template directory
260260

261-
```hcl
262-
cd registry/registry/coder-labs/templates/tasks-docker
263-
```
261+
```hcl
262+
cd registry/registry/coder-labs/templates/tasks-docker
263+
```
264264

265265
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
266266

267-
```hcl
268-
coder template push tasks-docker -d . --variable anthropic_api_key="your-api-key"
269-
```
267+
```hcl
268+
coder template push tasks-docker -d . --variable anthropic_api_key="your-api-key"
269+
```
270270

271271
1.**Create the new Workspace**
272272
1. In your Coder Deployment, click**Workspaces** in the upper left hand corner
273273
1. Click**New workspace** and choose**tasks-docker**
274274
1. Fill in the Workspace name. Add in an AI Prompt for Claude Code like "Make the background yellow". Click**Create workspace**
275275
1.**See Tasks in action**
276276
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-
![Tasks changing background color of demo application](../images/screenshots/quickstart-tasks-background-change.png)
278277
1. Navigate to the**Tasks** tab in the upper left hand corner
279278
1. Try typing in a new request to Claude Code: "make the background red"
280279
1. Let's exit out of this specific Task view, so we can see all the running tasks
281280
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
282281

282+
![Tasks changing background color of demo application](../images/screenshots/quickstart-tasks-background-change.png)
283+
283284
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).
284285

285286
##Troubleshooting

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp