File tree Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Expand file tree Collapse file tree 7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ If you use the Enterprise Base image as your starting point:
112
112
113
113
Once you've created your image, you can [ import it] ( ../../images/importing.md )
114
114
for use. When creating a workspace using that image, be sure to
115
- [ create a CVM-enabled workspace] ( ../../workspaces/getting-started .md ) .
115
+ [ create a CVM-enabled workspace] ( ../../workspaces/create .md ) .
116
116
117
117
## Step 5: Define the workspace-startup configurations using dotfiles
118
118
Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ docker push [username]/gatsby-blog
268
268
## Step 6: Import the image to Coder and create the workspace
269
269
270
270
At this point, you can [ import your image] ( ../../images/importing.md ) and use it
271
- to [ create a new workspace] ( ../../workspaces/getting-started .md ) . When you've
272
- completed these steps, you can launch your workspace, which contains all of the
273
- required tools and dependencies.
271
+ to [ create a new workspace] ( ../../workspaces/create .md ) . When you've completed
272
+ these steps, you can launch your workspace, which contains all of the required
273
+ tools and dependencies.
274
274
275
275
> See our [ sample repo] ( https://github.com/bpmct/company-blog ) for the example
276
276
> project and image configured for Coder.
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ tailscale status
229
229
` tailscale ` should maintain connectivity across workspace rebuilds, since we
230
230
chose to store the state file in a persistent volume.
231
231
232
- [ create a workspace ] : ../../workspaces/getting-started .md
232
+ [ create a workspace ] : ../../workspaces/create .md
233
233
234
234
## Step 3: (Optional) Test Tailscale services
235
235
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ docker push cdr/config
95
95
You can test your setup by performing the following steps:
96
96
97
97
1 . [ Importing your image] ( importing.md )
98
- 1 . [ Creating your workspace using the newly imported image] ( ../workspaces/getting-started .md )
98
+ 1 . [ Creating your workspace using the newly imported image] ( ../workspaces/create .md )
99
99
100
100
Coder will run the configure file during the build process, and you can verify
101
101
this using the ** Workspace Overview** page (Coder runs the configure file as the
Original file line number Diff line number Diff line change 36
36
"path" : " ./workspaces/index.md" ,
37
37
"children" : [
38
38
{
39
- "path" : " ./workspaces/getting-started .md"
39
+ "path" : " ./workspaces/create .md"
40
40
},
41
41
{
42
42
"path" : " ./workspaces/lifecycle.md"
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ Coder requires x86-64 and does not support ARM-based processors at this time.
56
56
1 . Launch a web browser and navigate to the URL provided by Coder (e.g.,
57
57
` http://localhost:7080 ` ). Log in using the credentials Coder provided.
58
58
59
- 1 . At this point, you can [ create a workspace] ( ../workspaces/getting-started .md )
60
- using one of the ** Packaged** images by clicking on ** New workspace** in the
61
- center of the UI.
59
+ 1 . At this point, you can [ create a workspace] ( ../workspaces/create .md ) using
60
+ one of the ** Packaged** images by clicking on ** New workspace** in the center
61
+ of the UI.
62
62
63
63
At this point, you're ready to use your workspace. See our
64
64
[ getting started guide] ( ../getting-started/docker.md ) for detailed instructions
@@ -113,3 +113,4 @@ Currently, Coder for Docker does not support:
113
113
Docker, you'll need to run Coder behind a reverse proxy (e.g., Caddy or NGINX)
114
114
and terminate TLS at that point. See
115
115
[ our guide] ( ../guides/tls-certificates/docker-tls.md ) for information.
116
+ - Air-gapped deployments/offline installs
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Getting started "
3
- description : " Learn how to develop in a workspace."
2
+ title : " Create a workspace "
3
+ description : " Learn how to create and develop in a workspace."
4
4
---
5
5
6
6
This article walks you through creating a new workspace using a pre-defined
@@ -86,7 +86,7 @@ You can also specify the resources Coder should allocate.
86
86
> Coder displays a warning if you choose your resource settings and they're less
87
87
> than the image-recommended default, but you can still create the workspace.
88
88
89
- ## 3. Start Coding
89
+ ## 3. Start coding
90
90
91
91
Once you've created a workspace, it's time to hop in. Read more about how to
92
92
[ connect your favorite editor or IDE] ( ./editors.md ) with your new workspace!
You can’t perform that action at this time.
0 commit comments