From 8eac03d5fa12b550baccefc375725c82d6e4a321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 11 Jul 2025 10:43:57 +0200 Subject: [PATCH] docs: fix CDI device configuration anchor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- docs/reference/commandline/container_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/container_run.md b/docs/reference/commandline/container_run.md index f6063e3af..7a991b1c7 100644 --- a/docs/reference/commandline/container_run.md +++ b/docs/reference/commandline/container_run.md @@ -965,7 +965,7 @@ This starts an `ubuntu` container with access to the specified CDI device, available on the system running the daemon, in one of the configured CDI specification directories. - The CDI feature has been enabled in the daemon; see [Enable CDI - devices](https://docs.docker.com/reference/cli/dockerd/#enable-cdi-devices). + devices](https://docs.docker.com/reference/cli/dockerd/#configure-cdi-devices). ### Attach to STDIN/STDOUT/STDERR (-a, --attach)