mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Allow users to disable detach keys
If user specifies --detach-keys="", this will disable the feature. Adding define.DefaultDetachKeys to help screen to help identify detach keys. Updated man pages with additonal information. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -20,9 +20,7 @@ it in the **libpod.conf** file: see **libpod.conf(5)** for more information.
|
||||
## OPTIONS
|
||||
**--detach-keys**=*sequence*
|
||||
|
||||
Override 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 `_`.
|
||||
Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will disable this feature. The default is *ctrl-p,ctrl-q*.
|
||||
|
||||
**--latest**, **-l**
|
||||
|
||||
|
@ -196,9 +196,7 @@ it in the **libpod.conf** file: see **libpod.conf(5)** for more information.
|
||||
|
||||
**--detach-keys**=*sequence*
|
||||
|
||||
Override 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 `_`.
|
||||
Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will disable this feature. The default is *ctrl-p,ctrl-q*.
|
||||
|
||||
**--device**=*device*
|
||||
|
||||
|
@ -15,7 +15,7 @@ podman\-exec - Execute a command in a running container
|
||||
|
||||
**--detach-keys**=*sequence*
|
||||
|
||||
Override the key sequence for detaching a container. Format is a single character `[a-Z]` or `ctrl-<value>` where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`.
|
||||
Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will disable this feature. The default is *ctrl-p,ctrl-q*.
|
||||
|
||||
**--env**, **-e**
|
||||
|
||||
|
@ -202,9 +202,7 @@ it in the **libpod.conf** file: see **libpod.conf(5)** for more information.
|
||||
|
||||
**--detach-keys**=*sequence*
|
||||
|
||||
Override 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 `_`.
|
||||
Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will disable this feature. The default is *ctrl-p,ctrl-q*.
|
||||
|
||||
**--device**=*device*
|
||||
|
||||
|
@ -23,9 +23,7 @@ starting multiple containers.
|
||||
|
||||
**--detach-keys**=*sequence*
|
||||
|
||||
Override 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 `_`.
|
||||
Specify the key sequence for detaching a container. Format is a single character `[a-Z]` or one or more `ctrl-<value>` characters where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`. Specifying "" will disable this feature. The default is *ctrl-p,ctrl-q*.
|
||||
|
||||
**--interactive**, **-i**
|
||||
|
||||
|
Reference in New Issue
Block a user