summaryrefslogtreecommitdiff
path: root/docs/podman-attach.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-attach.1.md')
-rw-r--r--docs/podman-attach.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/podman-attach.1.md b/docs/podman-attach.1.md
index 4caa87792..cef01f0f6 100644
--- a/docs/podman-attach.1.md
+++ b/docs/podman-attach.1.md
@@ -6,6 +6,8 @@ podman\-attach - Attach to a running container
## SYNOPSIS
**podman attach** [*options*] *container*
+**podman container attach** [*options*] *container*
+
## DESCRIPTION
The attach command allows you to attach to a running container using the container's ID
or name, either to view its ongoing output or to control it interactively.