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. +