Skip to content

Commit fc1df4e

Browse files
committed
fixup!: remove v1 in coder workspace section
1 parent 8708650 commit fc1df4e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/dogfood/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ The following explains how to do certain things related to dogfooding.
6060
1. `[http://localhost:3000](http://localhost:3000)` — backend API server 👈 Backend devs will want to talk to this
6161
2. `[http://localhost:8080](http://localhost:8080)`Node.js dev server 👈 Frontend devs will want to talk to this
6262

63-
<aside>
64-
💡 If you’re dogfooding on v1, add a DevURL to port 8080, HTTP
65-
If you’re dogfooding on v2, either:
66-
- Use `coder tunnel 8080 8080`
67-
- Use VSCode’s built-in port forwarding. See: [https://code.visualstudio.com/docs/remote/ssh](https://code.visualstudio.com/docs/remote/ssh)
68-
69-
</aside>
70-
7163
5. Ensure that you’re logged in: `./scripts/coder-dev.sh list` — should return no workspace. If this returns an error, double-check the output of running `scripts/develop.sh`.
7264
6. A template named `docker-amd64` (or `docker-arm64` if you’re on ARM) will have automatically been created for you. If you just want to create a workspace quickly, you can run `./scripts/coder-dev.sh create myworkspace -t docker-amd64` and this will get you going quickly!
7365
7. To create your own template, you can do: `./scripts/coder-dev.sh templates init` and choose your preferred option.

0 commit comments

Comments
 (0)