docker exec
CLI command spawning a new process inside the existing namespaces of a running container.
Mechanism & Definition
CLI tool that joins the existing namespaces (PID, NET, MNT) of a running container process to execute an auxiliary command (such as launching interactive `/bin/sh` or running diagnostic scripts).
