mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
The pages for commands with aliases, e.g. `docker build`, where linked twice in `toc.yaml` which resulted in strange highlighting for the current page in the sidebar. Updated the link targets for non-canonical commands in the `toc.yaml` to point to the (redirected) shorthand paths instead. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
942 B
942 B
datafolder, datafile, linkTitle, title, aliases, layout
| datafolder | datafile | linkTitle | title | aliases | layout | ||||
|---|---|---|---|---|---|---|---|---|---|
| engine-cli | docker_container_exec | docker exec | docker container exec |
|
cli |
Introducing Docker Debug
To easily get a debug shell into any container, use
docker debug. Docker Debug is a replacement for debugging withdocker 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 now.