Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Output messages display rawInput | Toshiki Sonoda | 2022-08-02 |
`init`, `checkpint/restore` and `cleanup` command now display output messages which is rawInput instead of a container ID. Example: ``` $ podman init <container name> <container name> $ podman init <short container ID> <short container ID> ``` Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com> |