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: examples/lima/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,12 @@ This lets you quickly test out Coder in a self-contained environment.
17
17
- You can use the configuration as-is, or edit it to your liking.
18
18
19
19
This will:
20
+
20
21
- Start an Ubuntu 22.04 VM
21
22
- Install Docker and Terraform from the official repos
22
23
- Install Coder using the [installation script](https://coder.com/docs/coder-oss/latest/install#installsh)
23
24
- Generates an initial user account `admin@coder.com` with a randomly generated password (stored in the VM under `/home/${USER}.linux/.config/coderv2/password`)
24
-
- Initializes a [sample Docker template](https://github.com/coder/coder/tree/main/examples/templates/docker-code-server) for creating workspaces
25
+
- Initializes a [sample Docker template](https://github.com/coder/coder/tree/main/examples/templates/docker) for creating workspaces
25
26
26
27
Once this completes, you can visit `http://localhost:3000` and start creating workspaces!
0 commit comments