spiegel_podman/docs/source/markdown/options/detach-keys.md
Anisha Khairnar 0f9920fdb1 docs: fix the documented --detach-keys character list
Signed-off-by: Anisha Khairnar <anishakhairnar284@gmail.com>
2026-08-21 14:45:58 +05:30

529 B

####> This option file is used in: ####> podman attach, exec, run, start ####> If file is edited, make sure the changes ####> are applicable to all of those.

--detach-keys=sequence

Specify the key sequence for detaching a container. Format is a single character [a-Z] or a comma separated sequence of ctrl-<value>, where <value> is one of: a-z, @, [, \, ], ^ or _. Specifying "" disables this feature. The default is ctrl-p,ctrl-q.

This option can also be set in containers.conf(5) file.