Skip to content

Commit 590316b

Browse files
committed
update markdown documents with command filter
Signed-off-by: Oleksandr Krutko <[email protected]>
1 parent 12ccbea commit 590316b

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

docs/source/markdown/podman-pause.1.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Valid filters are listed below:
4343
| pod | [Pod] name or full or partial ID of pod |
4444
| network | [Network] name or full ID of network |
4545
| until | [DateTime] Containers created before the given duration or time. |
46+
| command | [Command] the command the container is executing, only argv[0] is taken |
4647

4748
@@option latest
4849

docs/source/markdown/podman-restart.1.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Valid filters are listed below:
4646
| pod | [Pod] name or full or partial ID of pod |
4747
| network | [Network] name or full ID of network |
4848
| until | [DateTime] Containers created before the given duration or time. |
49+
| command | [Command] the command the container is executing, only argv[0] is taken |
4950

5051
@@option latest
5152

docs/source/markdown/podman-rm.1.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Valid filters are listed below:
5050
| pod | [Pod] name or full or partial ID of pod |
5151
| network | [Network] name or full ID of network |
5252
| until | [DateTime] Containers created before the given duration or time. |
53+
| command | [Command] the command the container is executing, only argv[0] is taken |
5354

5455
#### **--force**, **-f**
5556

docs/source/markdown/podman-start.1.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Valid filters are listed below:
5151
| pod | [Pod] name or full or partial ID of pod |
5252
| network | [Network] name or full ID of network |
5353
| until | [DateTime] Containers created before the given duration or time. |
54+
| command | [Command] the command the container is executing, only argv[0] is taken |
5455

5556
@@option interactive
5657

docs/source/markdown/podman-stop.1.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Valid filters are listed below:
4949
| pod | [Pod] name or full or partial ID of pod |
5050
| network | [Network] name or full ID of network |
5151
| until | [DateTime] Containers created before the given duration or time. |
52+
| command | [Command] the command the container is executing, only argv[0] is taken |
5253

5354
@@option ignore
5455

docs/source/markdown/podman-unpause.1.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Valid filters are listed below:
4343
| pod | [Pod] name or full or partial ID of pod |
4444
| network | [Network] name or full ID of network |
4545
| until | [DateTime] Containers created before the given duration or time. |
46+
| command | [Command] the command the container is executing, only argv[0] is taken |
4647

4748
@@option latest
4849

0 commit comments

Comments
 (0)