cli: add debug callout in exec (#19423)

* add debug callout in exec

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2024-02-20 11:47:01 -08:00 committed by GitHub
parent 96cd6ae655
commit 6f85349dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -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.
<!--
This page is automatically generated from Docker's source code. If you want to
suggest a change to the text that appears here, open a ticket or pull request