Skip to content

Commit 997bc54

Browse files
committed
fix: update README formatting
1 parent 375e076 commit 997bc54

File tree

8 files changed

+220
-7
lines changed

8 files changed

+220
-7
lines changed

pnpm-lock.yaml

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ You can also add this template to your Coder deployment and begin tinkering righ
4141
- Coder installed (see [our docs](https://coder.com/docs/install)), ideally a Linux VM with Docker
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
44-
4544
- If on the local VM, ensure the `coder` user is added to the Docker group (docs)
4645

4746
```sh

registry/coder/templates/digitalocean-linux/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ To deploy workspaces as DigitalOcean Droplets, you'll need:
2020
- DigitalOcean [personal access token (PAT)](https://docs.digitalocean.com/reference/api/create-personal-access-token)
2121

2222
- DigitalOcean project ID (you can get your project information via the `doctl` CLI by running `doctl projects list`)
23-
2423
- Remove the following sections from the `main.tf` file if you don't want to
2524
associate your workspaces with a project:
2625
- `variable "project_uuid"`

registry/coder/templates/gcp-devcontainer/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ a service account:
3434

3535
1. Click **Create and continue**, and choose the following IAM roles to grant to
3636
the service account:
37-
3837
- Compute Admin
3938
- Service Account User
4039

registry/coder/templates/gcp-linux/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ a service account:
3232

3333
1. Click **Create and continue**, and choose the following IAM roles to grant to
3434
the service account:
35-
3635
- Compute Admin
3736
- Service Account User
3837

registry/coder/templates/gcp-vm-container/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ a service account:
3232

3333
1. Click **Create and continue**, and choose the following IAM roles to grant to
3434
the service account:
35-
3635
- Compute Admin
3736
- Service Account User
3837

registry/coder/templates/gcp-windows/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ a service account:
3232

3333
1. Click **Create and continue**, and choose the following IAM roles to grant to
3434
the service account:
35-
3635
- Compute Admin
3736
- Service Account User
3837

registry/coder/templates/incus/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Develop in an Incus System Container and run nested Docker containers using Incu
1515

1616
1. Install [Incus](https://linuxcontainers.org/incus/) on the same machine as Coder.
1717
2. Allow Coder to access the Incus socket.
18-
1918
- If you're running Coder as system service, run `sudo usermod -aG incus-admin coder` and restart the Coder service.
2019
- If you're running Coder as a Docker Compose service, get the group ID of the `incus-admin` group by running `getent group incus-admin` and add the following to your `compose.yaml` file:
2120

0 commit comments

Comments
 (0)