File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,18 @@ Before proceeding, please ensure that you have Docker installed.
54
54
1 . Navigate into the new directory and create a new template:
55
55
56
56
``` console
57
- cd ./docker-local && coder templates create
57
+ cd examples/docker
58
+ coder templates create
58
59
```
59
60
60
61
Follow the prompts displayed to proceed. When done, you'll see the following
61
62
message:
62
63
63
64
```console
64
- The docker-local template has been created! Developers can
65
- provision a workspace with this template using:
65
+ The docker template has been created! Developers can
66
+ provision a workspace with this template using:
66
67
67
- coder create --template="docker-local " [workspace name]
68
+ coder create --template="docker" [workspace name]
68
69
```
69
70
70
71
1. At this point, you're ready to provision your first workspace:
@@ -89,7 +90,7 @@ Before proceeding, please ensure that you have Docker installed.
89
90
```
90
91
91
92
You can now access your workspace via your web browser by navigating to your
92
- access URL, or you can connect to it via ssh by running:
93
+ access URL, or you can connect to it via SSH by running:
93
94
94
95
```console
95
96
coder ssh main
You can’t perform that action at this time.
0 commit comments