Skip to content

Commit 9010d91

Browse files
author
Katie Horne
committed
Revert "bash is prettier than console for code blocks"
This reverts commit 7aae0ef.
1 parent fe54e9e commit 9010d91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/air-gapped/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ platform images are hosted in Coder's Docker Hub repo.
5858
1. Pull down the Coder helm charts by running the following in a non-air-gapped
5959
workspace:
6060

61-
```bash
61+
```console
6262
helm repo add coder https://helm.coder.com
6363
helm pull coder/coder
6464
```
@@ -90,7 +90,7 @@ platform images are hosted in Coder's Docker Hub repo.
9090
You can pull each of these images from their `coderenvs/<img-name>:<version>`
9191
registry location using the image's name and Coder version:
9292

93-
```bash
93+
```console
9494
docker pull coderenvs/coder-service:<version>
9595
```
9696

@@ -118,7 +118,7 @@ platform images are hosted in Coder's Docker Hub repo.
118118
your internal registry; this registry must be accessible from your air-gapped
119119
workspace. For example, to push `coder-service`:
120120

121-
```bash
121+
```console
122122
docker tag coderenvs/coder-service:<version> my-registry.com/coderenvs/coder-service:<version>
123123
docker push my-registry.com/coderenvs/coder-service:<version>
124124
```
@@ -141,7 +141,7 @@ platform images are hosted in Coder's Docker Hub repo.
141141
1. Once all of the resources are in your air-gapped network, run the following
142142
to deploy Coder to your Kubernetes cluster:
143143

144-
```bash
144+
```console
145145
kubectl create namespace coder
146146
helm --namespace coder install coder /path/to/coder-X.Y.Z.tgz \
147147
--set cemanager.image=my-registry.com/coderenvs/coder-service:<version> \

0 commit comments

Comments
 (0)