From dc86c97e3d139cdacaecc6473540e3415c961221 Mon Sep 17 00:00:00 2001 From: bells17 Date: Tue, 14 Oct 2025 20:52:45 +0900 Subject: [PATCH] docs: simplify youki setup instructions Signed-off-by: bells17 --- .../engine/daemon/alternative-runtimes.md | 32 ++----------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/content/manuals/engine/daemon/alternative-runtimes.md b/content/manuals/engine/daemon/alternative-runtimes.md index d9d6574153ff..908c993df4f2 100644 --- a/content/manuals/engine/daemon/alternative-runtimes.md +++ b/content/manuals/engine/daemon/alternative-runtimes.md @@ -128,37 +128,9 @@ runc replacements, you configure the path to the runtime executable, and optionally a set of runtime arguments. For more information, see [Configure runc drop-in replacements](/reference/cli/dockerd.md#configure-runc-drop-in-replacements). -To add youki as a container runtime: +To add youki as a container runtime, follow the [Getting started](https://youki-dev.github.io/youki/user/basic_setup.html#getting-started) section of the official setup guide. -1. Install youki and its dependencies. - - For instructions, refer to the - [official setup guide](https://youki-dev.github.io/youki/user/basic_setup.html). - -2. Register youki as a runtime for Docker by editing the Docker daemon - configuration file, located at `/etc/docker/daemon.json` by default. - - The `path` key should specify the path to wherever you installed youki. - - ```console - # cat > /etc/docker/daemon.json <