From 6f85349dd1c887dcecb7a68aacdb97d6e5de3744 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:47:01 -0800 Subject: [PATCH] cli: add debug callout in exec (#19423) * add debug callout in exec Signed-off-by: Craig Osterhout --- content/engine/reference/commandline/container_exec.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/engine/reference/commandline/container_exec.md b/content/engine/reference/commandline/container_exec.md index c625285824..c81d3cdd25 100644 --- a/content/engine/reference/commandline/container_exec.md +++ b/content/engine/reference/commandline/container_exec.md @@ -9,6 +9,16 @@ aliases: layout: cli --- +> **Introducing Docker Debug** +> +> To easily get a debug shell into any container, use `docker debug`. Docker +> Debug is a replacement for debugging with `docker exec`. With it, you can get +> a shell into any container or image, even slim ones, without modifications. +> Plus, you can bring along your favorite debugging tools in its customizable +> toolbox. +> +> Explore [Docker Debug](./debug.md) now. +