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
Copy file name to clipboardExpand all lines: registry/coder-labs/templates/tasks-docker/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,20 +42,21 @@ You can also add this template to your Coder deployment and begin tinkering righ
42
42
- 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))
43
43
- Access to a Docker socket
44
44
- If on the local VM, ensure the `coder` user is added to the Docker group (docs)
45
+
45
46
```sh
46
47
# Add coder user to Docker group
47
48
sudo adduser coder docker
48
-
49
+
49
50
# Restart Coder server
50
51
sudo systemctl restart coder
51
-
52
+
52
53
# Test Docker
53
54
sudo -u coder docker ps
54
55
```
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
56
56
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
57
58
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.
59
60
60
61
Visit this URL for your Coder deployment:
61
62
@@ -72,7 +73,7 @@ Alternatively, you can use the Coder CLI to [push the template](https://coder.co
72
73
curl -L https://coder.com/install.sh | sh
73
74
74
75
# Log in to your deployment
75
-
coder login https://coder.example.com
76
+
coder login https://coder.example.com
76
77
77
78
# Clone the registry
78
79
git clone https://github.com/coder/registry
@@ -84,4 +85,3 @@ cd registry/coder-labs/templates/tasks-docker
0 commit comments