mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
Merge pull request #24791 from arsenalzp/issue_24664
Allow filtering containers by command
This commit is contained in:
@ -43,6 +43,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
| until | [DateTime] Containers created before the given duration or time. |
|
||||
| command | [Command] the command the container is executing, only argv[0] is taken |
|
||||
|
||||
@@option latest
|
||||
|
||||
|
@ -61,7 +61,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
| until | [DateTime] container created before the given duration or time. |
|
||||
|
||||
| command | [Command] the command the container is executing, only argv[0] is taken |
|
||||
|
||||
#### **--format**=*format*
|
||||
|
||||
|
@ -46,6 +46,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
| until | [DateTime] Containers created before the given duration or time. |
|
||||
| command | [Command] the command the container is executing, only argv[0] is taken |
|
||||
|
||||
@@option latest
|
||||
|
||||
|
@ -50,6 +50,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
| until | [DateTime] Containers created before the given duration or time. |
|
||||
| command | [Command] the command the container is executing, only argv[0] is taken |
|
||||
|
||||
#### **--force**, **-f**
|
||||
|
||||
|
@ -51,6 +51,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
| until | [DateTime] Containers created before the given duration or time. |
|
||||
| command | [Command] the command the container is executing, only argv[0] is taken |
|
||||
|
||||
@@option interactive
|
||||
|
||||
|
@ -49,6 +49,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
| until | [DateTime] Containers created before the given duration or time. |
|
||||
| command | [Command] the command the container is executing, only argv[0] is taken |
|
||||
|
||||
@@option ignore
|
||||
|
||||
|
@ -43,6 +43,7 @@ Valid filters are listed below:
|
||||
| pod | [Pod] name or full or partial ID of pod |
|
||||
| network | [Network] name or full ID of network |
|
||||
| until | [DateTime] Containers created before the given duration or time. |
|
||||
| command | [Command] the command the container is executing, only argv[0] is taken |
|
||||
|
||||
@@option latest
|
||||
|
||||
|
Reference in New Issue
Block a user