Skip to content

Commit 1a43077

Browse files
Merge pull request #25019 from vmsh0/docs-initialized-state
docs: add 'initialized' state to status filters
2 parents 834a1c9 + 6ad4742 commit 1a43077

7 files changed

+106
-106
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ Filters with the same key work inclusive with the only exception being
2828

2929
Valid filters are listed below:
3030

31-
| **Filter** | **Description** |
32-
|------------|----------------------------------------------------------------------------------|
33-
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
34-
| name | [Name] Container's name (accepts regex) |
35-
| label | [Key] or [Key=Value] Label assigned to a container |
36-
| exited | [Int] Container's exit code |
37-
| status | [Status] Container's status: 'created', 'exited', 'paused', 'running', 'unknown' |
38-
| ancestor | [ImageName] Image or descendant used to create container |
39-
| before | [ID] or [Name] Containers created before this container |
40-
| since | [ID] or [Name] Containers created since this container |
41-
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
42-
| health | [Status] healthy or unhealthy |
43-
| pod | [Pod] name or full or partial ID of pod |
44-
| network | [Network] name or full ID of network |
45-
| until | [DateTime] container created before the given duration or time. |
31+
| **Filter** | **Description** |
32+
|------------|-------------------------------------------------------------------------------------------------|
33+
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
34+
| name | [Name] Container's name (accepts regex) |
35+
| label | [Key] or [Key=Value] Label assigned to a container |
36+
| exited | [Int] Container's exit code |
37+
| status | [Status] Container's status: 'created', 'initialized', 'exited', 'paused', 'running', 'unknown' |
38+
| ancestor | [ImageName] Image or descendant used to create container |
39+
| before | [ID] or [Name] Containers created before this container |
40+
| since | [ID] or [Name] Containers created since this container |
41+
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
42+
| health | [Status] healthy or unhealthy |
43+
| pod | [Pod] name or full or partial ID of pod |
44+
| network | [Network] name or full ID of network |
45+
| until | [DateTime] Containers created before the given duration or time. |
4646

4747
@@option latest
4848

docs/source/markdown/podman-ps.1.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@ Filters with the same key work inclusive with the only exception being
4545

4646
Valid filters are listed below:
4747

48-
| **Filter** | **Description** |
49-
|------------|----------------------------------------------------------------------------------|
50-
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
51-
| name | [Name] Container's name (accepts regex) |
52-
| label | [Key] or [Key=Value] Label assigned to a container |
53-
| label! | [Key] or [Key=Value] Label NOT assigned to a container |
54-
| exited | [Int] Container's exit code |
55-
| status | [Status] Container's status: 'created', 'exited', 'paused', 'running', 'unknown' |
56-
| ancestor | [ImageName] Image or descendant used to create container (accepts regex) |
57-
| before | [ID] or [Name] Containers created before this container |
58-
| since | [ID] or [Name] Containers created since this container |
59-
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
60-
| health | [Status] healthy or unhealthy |
61-
| pod | [Pod] name or full or partial ID of pod |
62-
| network | [Network] name or full ID of network |
63-
| until | [DateTime] container created before the given duration or time. |
48+
| **Filter** | **Description** |
49+
|------------|-------------------------------------------------------------------------------------------------|
50+
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
51+
| name | [Name] Container's name (accepts regex) |
52+
| label | [Key] or [Key=Value] Label assigned to a container |
53+
| label! | [Key] or [Key=Value] Label NOT assigned to a container |
54+
| exited | [Int] Container's exit code |
55+
| status | [Status] Container's status: 'created', 'initialized', 'exited', 'paused', 'running', 'unknown' |
56+
| ancestor | [ImageName] Image or descendant used to create container (accepts regex) |
57+
| before | [ID] or [Name] Containers created before this container |
58+
| since | [ID] or [Name] Containers created since this container |
59+
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
60+
| health | [Status] healthy or unhealthy |
61+
| pod | [Pod] name or full or partial ID of pod |
62+
| network | [Network] name or full ID of network |
63+
| until | [DateTime] container created before the given duration or time. |
6464

6565

6666
#### **--format**=*format*

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ Filters with the same key work inclusive with the only exception being
3131

3232
Valid filters are listed below:
3333

34-
| **Filter** | **Description** |
35-
|------------|----------------------------------------------------------------------------------|
36-
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
37-
| name | [Name] Container's name (accepts regex) |
38-
| label | [Key] or [Key=Value] Label assigned to a container |
39-
| exited | [Int] Container's exit code |
40-
| status | [Status] Container's status: 'created', 'exited', 'paused', 'running', 'unknown' |
41-
| ancestor | [ImageName] Image or descendant used to create container |
42-
| before | [ID] or [Name] Containers created before this container |
43-
| since | [ID] or [Name] Containers created since this container |
44-
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
45-
| health | [Status] healthy or unhealthy |
46-
| pod | [Pod] name or full or partial ID of pod |
47-
| network | [Network] name or full ID of network |
48-
| until | [DateTime] Containers created before the given duration or time. |
34+
| **Filter** | **Description** |
35+
|------------|-------------------------------------------------------------------------------------------------|
36+
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
37+
| name | [Name] Container's name (accepts regex) |
38+
| label | [Key] or [Key=Value] Label assigned to a container |
39+
| exited | [Int] Container's exit code |
40+
| status | [Status] Container's status: 'created', 'initialized', 'exited', 'paused', 'running', 'unknown' |
41+
| ancestor | [ImageName] Image or descendant used to create container |
42+
| before | [ID] or [Name] Containers created before this container |
43+
| since | [ID] or [Name] Containers created since this container |
44+
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
45+
| health | [Status] healthy or unhealthy |
46+
| pod | [Pod] name or full or partial ID of pod |
47+
| network | [Network] name or full ID of network |
48+
| until | [DateTime] Containers created before the given duration or time. |
4949

5050
@@option latest
5151

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ Filters with the same key work inclusive with the only exception being
3535

3636
Valid filters are listed below:
3737

38-
| **Filter** | **Description** |
39-
|------------|----------------------------------------------------------------------------------|
40-
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
41-
| name | [Name] Container's name (accepts regex) |
42-
| label | [Key] or [Key=Value] Label assigned to a container |
43-
| exited | [Int] Container's exit code |
44-
| status | [Status] Container's status: 'created', 'exited', 'paused', 'running', 'unknown' |
45-
| ancestor | [ImageName] Image or descendant used to create container |
46-
| before | [ID] or [Name] Containers created before this container |
47-
| since | [ID] or [Name] Containers created since this container |
48-
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
49-
| health | [Status] healthy or unhealthy |
50-
| pod | [Pod] name or full or partial ID of pod |
51-
| network | [Network] name or full ID of network |
52-
| until | [DateTime] Containers created before the given duration or time. |
38+
| **Filter** | **Description** |
39+
|------------|-------------------------------------------------------------------------------------------------|
40+
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
41+
| name | [Name] Container's name (accepts regex) |
42+
| label | [Key] or [Key=Value] Label assigned to a container |
43+
| exited | [Int] Container's exit code |
44+
| status | [Status] Container's status: 'created', 'initialized', 'exited', 'paused', 'running', 'unknown' |
45+
| ancestor | [ImageName] Image or descendant used to create container |
46+
| before | [ID] or [Name] Containers created before this container |
47+
| since | [ID] or [Name] Containers created since this container |
48+
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
49+
| health | [Status] healthy or unhealthy |
50+
| pod | [Pod] name or full or partial ID of pod |
51+
| network | [Network] name or full ID of network |
52+
| until | [DateTime] Containers created before the given duration or time. |
5353

5454
#### **--force**, **-f**
5555

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ Filters with the same key work inclusive with the only exception being
3636

3737
Valid filters are listed below:
3838

39-
| **Filter** | **Description** |
40-
|------------|----------------------------------------------------------------------------------|
41-
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
42-
| name | [Name] Container's name (accepts regex) |
43-
| label | [Key] or [Key=Value] Label assigned to a container |
44-
| exited | [Int] Container's exit code |
45-
| status | [Status] Container's status: 'created', 'exited', 'paused', 'running', 'unknown' |
46-
| ancestor | [ImageName] Image or descendant used to create container |
47-
| before | [ID] or [Name] Containers created before this container |
48-
| since | [ID] or [Name] Containers created since this container |
49-
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
50-
| health | [Status] healthy or unhealthy |
51-
| pod | [Pod] name or full or partial ID of pod |
52-
| network | [Network] name or full ID of network |
53-
| until | [DateTime] Containers created before the given duration or time. |
39+
| **Filter** | **Description** |
40+
|------------|-------------------------------------------------------------------------------------------------|
41+
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
42+
| name | [Name] Container's name (accepts regex) |
43+
| label | [Key] or [Key=Value] Label assigned to a container |
44+
| exited | [Int] Container's exit code |
45+
| status | [Status] Container's status: 'created', 'initialized', 'exited', 'paused', 'running', 'unknown' |
46+
| ancestor | [ImageName] Image or descendant used to create container |
47+
| before | [ID] or [Name] Containers created before this container |
48+
| since | [ID] or [Name] Containers created since this container |
49+
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
50+
| health | [Status] healthy or unhealthy |
51+
| pod | [Pod] name or full or partial ID of pod |
52+
| network | [Network] name or full ID of network |
53+
| until | [DateTime] Containers created before the given duration or time. |
5454

5555
@@option interactive
5656

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ Filters with the same key work inclusive with the only exception being
3434

3535
Valid filters are listed below:
3636

37-
| **Filter** | **Description** |
38-
|------------|----------------------------------------------------------------------------------|
39-
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
40-
| name | [Name] Container's name (accepts regex) |
41-
| label | [Key] or [Key=Value] Label assigned to a container |
42-
| exited | [Int] Container's exit code |
43-
| status | [Status] Container's status: 'created', 'exited', 'paused', 'running', 'unknown' |
44-
| ancestor | [ImageName] Image or descendant used to create container |
45-
| before | [ID] or [Name] Containers created before this container |
46-
| since | [ID] or [Name] Containers created since this container |
47-
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
48-
| health | [Status] healthy or unhealthy |
49-
| pod | [Pod] name or full or partial ID of pod |
50-
| network | [Network] name or full ID of network |
51-
| until | [DateTime] Containers created before the given duration or time. |
37+
| **Filter** | **Description** |
38+
|------------|-------------------------------------------------------------------------------------------------|
39+
| id | [ID] Container's ID (CID prefix match by default; accepts regex) |
40+
| name | [Name] Container's name (accepts regex) |
41+
| label | [Key] or [Key=Value] Label assigned to a container |
42+
| exited | [Int] Container's exit code |
43+
| status | [Status] Container's status: 'created', 'initialized', 'exited', 'paused', 'running', 'unknown' |
44+
| ancestor | [ImageName] Image or descendant used to create container |
45+
| before | [ID] or [Name] Containers created before this container |
46+
| since | [ID] or [Name] Containers created since this container |
47+
| volume | [VolumeName] or [MountpointDestination] Volume mounted in container |
48+
| health | [Status] healthy or unhealthy |
49+
| pod | [Pod] name or full or partial ID of pod |
50+
| network | [Network] name or full ID of network |
51+
| until | [DateTime] Containers created before the given duration or time. |
5252

5353
@@option ignore
5454

0 commit comments

Comments
 (0)