Skip to content

Commit cdeb4b2

Browse files
committed
fmt
1 parent 264fc32 commit cdeb4b2

File tree

10 files changed

+324
-22
lines changed

10 files changed

+324
-22
lines changed

package-lock.json

Lines changed: 308 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

registry/coder-labs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ avatar: ./.images/avatar.svg
66
linkedin: https://www.linkedin.com/company/coderhq
77
website: https://discord.gg/coder
88
status: community
9-
---å
9+
---
10+
11+
å
1012

1113
# Coder Labs
1214

13-
Collection of example templates and modules for Coder. Designed for reference, not production use.
15+
Collection of example templates and modules for Coder. Designed for reference, not production use.

registry/coder-labs/templates/tasks-docker/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,21 @@ You can also add this template to your Coder deployment and begin tinkering righ
4242
- Anthropic API Key (or access to Anthropic models via Bedrock or Vertex, see [Claude Code docs](https://docs.anthropic.com/en/docs/claude-code/third-party-integrations))
4343
- Access to a Docker socket
4444
- If on the local VM, ensure the `coder` user is added to the Docker group (docs)
45+
4546
```sh
4647
# Add coder user to Docker group
4748
sudo adduser coder docker
48-
49+
4950
# Restart Coder server
5051
sudo systemctl restart coder
51-
52+
5253
# Test Docker
5354
sudo -u coder docker ps
5455
```
55-
- If on a remote VM, see the [Docker Terraform provider documentation](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts) to configure a remote host
5656

57+
- If on a remote VM, see the [Docker Terraform provider documentation](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts) to configure a remote host
5758

58-
To import this template into Coder, first create a template from "Scratch" in the template editor.
59+
To import this template into Coder, first create a template from "Scratch" in the template editor.
5960

6061
Visit this URL for your Coder deployment:
6162

@@ -72,7 +73,7 @@ Alternatively, you can use the Coder CLI to [push the template](https://coder.co
7273
curl -L https://coder.com/install.sh | sh
7374
7475
# Log in to your deployment
75-
coder login https://coder.example.com
76+
coder login https://coder.example.com
7677
7778
# Clone the registry
7879
git clone https://github.com/coder/registry
@@ -84,4 +85,3 @@ cd registry/coder-labs/templates/tasks-docker
8485
# Push the template
8586
coder templates push
8687
```
87-

0 commit comments

Comments
 (0)