Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/ctr-example/lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down