Merge pull request #5223 from vrothberg/ps-image-id

podman-ps: support image IDs
This commit is contained in:
OpenShift Merge Robot
2020-02-18 16:11:28 +01:00
committed by GitHub
3 changed files with 11 additions and 3 deletions

View File

@ -55,7 +55,8 @@ Valid placeholders for the Go template are listed below:
| **Placeholder** | **Description** |
| --------------- | ------------------------------------------------ |
| .ID | Container ID |
| .Image | Image ID/Name |
| .Image | Image Name/ID |
| .ImageID | Image ID |
| .Command | Quoted command used |
| .CreatedAt | Creation time for container |
| .RunningFor | Time elapsed since container was started |