Files
docker-docs/content/reference/cli/docker/container/exec.md
David Karlsson 9e9a3df985 cli: use redirects for noncanonical commands
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>
2024-02-21 11:23:46 +01:00

31 lines
942 B
Markdown

---
datafolder: engine-cli
datafile: docker_container_exec
linkTitle: docker exec
title: docker container exec
aliases:
- /edge/engine/reference/commandline/container_exec/
- /engine/reference/commandline/container_exec/
- /engine/reference/commandline/exec/
- /reference/cli/docker/exec/
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
in the source repository on GitHub:
https://github.com/docker/cli
-->