Skip to content

Commit 6a5587c

Browse files
bpmctpull[bot]
authored andcommitted
chore: fix typo in cvm docs (#5120)
1 parent 5f18499 commit 6a5587c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templates/docker-in-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ resource "k8s_core_v1_pod" "dev" {
6666
}
6767
}
6868
69-
# Use the Sysbox container runtime (required)
70-
runtime_class_name = "sysbox-runc
7169
7270
spec {
71+
runtime_class_name = "sysbox-runc"
72+
# Use the Sysbox container runtime (required)
7373
security_context {
7474
run_asuser = 1000
7575
fsgroup = 1000

0 commit comments

Comments
 (0)