mirror of https://github.com/docker/docs.git
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:
parent
96cd6ae655
commit
6f85349dd1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue