mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-27 10:47:54 +00:00
Merge pull request #26662 from Xyz00777/patch-1
added updated state in podman-auto-update.1.md.in
This commit is contained in:
commit
d13ded62db
1 changed files with 9 additions and 9 deletions
|
|
@ -58,15 +58,15 @@ The `UPDATED` field indicates the availability of a new image with "pending".
|
|||
Change the default output format. This can be of a supported type like 'json' or a Go template.
|
||||
Valid placeholders for the Go template are listed below:
|
||||
|
||||
| **Placeholder** | **Description** |
|
||||
| --------------- | -------------------------------------- |
|
||||
| .Container | ID and name of the container |
|
||||
| .ContainerID | ID of the container |
|
||||
| .ContainerName | Name of the container |
|
||||
| .Image | Name of the image |
|
||||
| .Policy | Auto-update policy of the container |
|
||||
| .Unit | Name of the systemd unit |
|
||||
| .Updated | Update status: true,false,failed |
|
||||
| **Placeholder** | **Description** |
|
||||
| --------------- | ---------------------------------------- |
|
||||
| .Container | ID and name of the container |
|
||||
| .ContainerID | ID of the container |
|
||||
| .ContainerName | Name of the container |
|
||||
| .Image | Name of the image |
|
||||
| .Policy | Auto-update policy of the container |
|
||||
| .Unit | Name of the systemd unit |
|
||||
| .Updated | Update status: true,false,failed,pending |
|
||||
|
||||
#### **--rollback**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue