File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,9 @@ provider_installation {
135
135
}
136
136
```
137
137
138
- ## Run offline via Docker
138
+ <div class =" tabs " >
139
+
140
+ ### Docker
139
141
140
142
Follow our [ docker-compose] ( ./docker.md#install-coder-via-docker-compose )
141
143
documentation and modify the docker-compose file to specify your custom Coder
@@ -177,7 +179,7 @@ services:
177
179
> command can be used to download the required plugins for a Coder template.
178
180
> This can be uploaded into the ` plugins ` directory on your offline server.
179
181
180
- ## Run offline via Kubernetes
182
+ ### Kubernetes
181
183
182
184
We publish the Helm chart for download on
183
185
[ GitHub Releases] ( https://github.com/coder/coder/releases/latest ) . Follow our
@@ -209,6 +211,8 @@ coder:
209
211
# ...
210
212
```
211
213
214
+ </div >
215
+
212
216
## Offline docs
213
217
214
218
Coder also provides offline documentation in case you want to host it on your
You can’t perform that action at this time.
0 commit comments