File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ platform images are hosted in Coder's Docker Hub repo.
58
58
1 . Pull down the Coder helm charts by running the following in a non-air-gapped
59
59
workspace:
60
60
61
- ``` bash
61
+ ``` console
62
62
helm repo add coder https://helm.coder.com
63
63
helm pull coder/coder
64
64
```
@@ -90,7 +90,7 @@ platform images are hosted in Coder's Docker Hub repo.
90
90
You can pull each of these images from their ` coderenvs/<img-name>:<version> `
91
91
registry location using the image's name and Coder version:
92
92
93
- ``` bash
93
+ ``` console
94
94
docker pull coderenvs/coder-service:<version>
95
95
```
96
96
@@ -118,7 +118,7 @@ platform images are hosted in Coder's Docker Hub repo.
118
118
your internal registry; this registry must be accessible from your air-gapped
119
119
workspace. For example, to push ` coder-service ` :
120
120
121
- ``` bash
121
+ ``` console
122
122
docker tag coderenvs/coder-service:<version> my-registry.com/coderenvs/coder-service:<version>
123
123
docker push my-registry.com/coderenvs/coder-service:<version>
124
124
```
@@ -141,7 +141,7 @@ platform images are hosted in Coder's Docker Hub repo.
141
141
1 . Once all of the resources are in your air-gapped network, run the following
142
142
to deploy Coder to your Kubernetes cluster:
143
143
144
- ``` bash
144
+ ``` console
145
145
kubectl create namespace coder
146
146
helm --namespace coder install coder /path/to/coder-X.Y.Z.tgz \
147
147
--set cemanager.image=my-registry.com/coderenvs/coder-service:<version> \
You can’t perform that action at this time.
0 commit comments