Skip to content

Commit 20bd888

Browse files
committed
use shell
1 parent d43e370 commit 20bd888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/templates/docker-in-workspaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Before using Podman, please review the following documentation:
203203
[smart-device-manager](https://gitlab.com/arm-research/smarter/smarter-device-manager#enabling-access)
204204
to securely expose a FUSE devices to pods.
205205

206-
```sh
206+
```shell
207207
cat <<EOF | kubectl create -f -
208208
apiVersion: apps/v1
209209
kind: DaemonSet
@@ -241,7 +241,7 @@ Before using Podman, please review the following documentation:
241241
242242
2. Be sure to label your nodes to enable smarter-device-manager:
243243
244-
```sh
244+
```shell
245245
kubectl get nodes
246246
kubectl label nodes --all smarter-device-manager=enabled
247247
```
@@ -257,7 +257,7 @@ Before using Podman, please review the following documentation:
257257
[kubernetes-with-podman](https://github.com/coder/coder/tree/main/examples/templates/kubernetes-with-podman)
258258
example template, or make your own.
259259
260-
```sh
260+
```shell
261261
echo "kubernetes-with-podman" | coder templates init
262262
cd ./kubernetes-with-podman
263263
coder templates create

0 commit comments

Comments
 (0)