From 1f1425ff3bac26dfda917202ebdcef92d1a2880b Mon Sep 17 00:00:00 2001 From: pickle-RickA Date: Wed, 27 May 2026 17:43:14 +0300 Subject: [PATCH] Improve documentation formatting in lab.md Small documentation improvements for better consistency: - Add bash syntax highlighting to code block - Add colon after 'Run' for formatting consistency --- examples/ctr-example/lab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ctr-example/lab.md b/examples/ctr-example/lab.md index dd1bbbdf..661faf0c 100644 --- a/examples/ctr-example/lab.md +++ b/examples/ctr-example/lab.md @@ -14,7 +14,7 @@ This'll install your kernel. After this start your first container. On first launch, this'll install another artifact for our guest init process: -``` +```bash container run alpine uname ``` @@ -39,7 +39,7 @@ Read through the sources: ## Fetch the kernel -Run +Run: ```bash cp "$(ls -t ~/Library/Application\ Support/com.apple.container/kernels/vmlinux-* | head -1)" ./vmlinux