Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/manuals/engine/daemon/alternative-runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
runtimes depend on the runc containerd shim for invoking the runtime binary.
You must manually register such runtimes in the daemon configuration.

[youki](https://github.com/containers/youki)
[youki](https://github.com/youki-dev/youki)

Check failure on line 33 in content/manuals/engine/daemon/alternative-runtimes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'youki'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'youki'?", "location": {"path": "content/manuals/engine/daemon/alternative-runtimes.md", "range": {"start": {"line": 33, "column": 2}}}, "severity": "ERROR"}
is one example of a runtime that can function as a runc drop-in replacement.
Refer to the [youki example](#youki) explaining the setup.

Expand Down
Loading