mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
Minor docs fixes (#2920)
* Fix image links in quickstart * Add myself to CODEOWNERS for docs
This commit is contained in:
@ -62,18 +62,18 @@ Coder with Docker has the following advantages:
|
||||
1. Open the dashboard in your browser (http://localhost:7080) to create your
|
||||
first workspace:
|
||||
|
||||
<img src="./images/quickstart/docker/login.png">
|
||||
<img src="../images/quickstart/docker/login.png">
|
||||
|
||||
Then navigate to `Templates > docker > Create workspace`
|
||||
|
||||
<img src="./images/quickstart/docker/create-workspace.png">
|
||||
<img src="../images/quickstart/docker/create-workspace.png">
|
||||
|
||||
Now wait a few moments for the workspace to build... After the first build
|
||||
the image is cached and subsequent builds will take a few seconds.
|
||||
|
||||
1. All done!
|
||||
|
||||
<img src="./images/quickstart/docker/ides.png">
|
||||
<img src="../images/quickstart/docker/ides.png">
|
||||
|
||||
Open up a web application or [SSH in](../ides.md#ssh-configuration).
|
||||
|
||||
|
@ -35,7 +35,7 @@ deploying Coder (if you're using a temporary deployment and you opted to use
|
||||
Coder's tunnel, use the access URL you were provided). Log in with the admin
|
||||
credentials provided to you by Coder.
|
||||
|
||||

|
||||

|
||||
|
||||
## Modifying templates
|
||||
|
||||
|
Reference in New Issue
Block a user