spiegel_podman/cmd
Jake Correnti 96ccd6934b Non-running containers now report statistics via the podman stats
command

Previously, if a container was not running, and the user ran the `podman
stats` command, an error would be reported: `Error: container state
improper`.

Podman now reports stats as the fields' default values for their
respective type if the container is not running:

```
$ podman stats --no-stream demo

ID            NAME        CPU %       MEM USAGE / LIMIT  MEM %       NET IO      BLOCK IO    PIDS        CPU TIME    AVG CPU %
4b4bf8ce84ed  demo        0.00%       0B / 0B            0.00%       0B / 0B     0B / 0B     0           0s          0.00%
```

Closes: #14498

Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
2022-06-14 16:12:11 -04:00
..
podman Non-running containers now report statistics via the podman stats 2022-06-14 16:12:11 -04:00
podman-mac-helper Run codespell to cleanup typos 2022-03-25 15:34:41 -04:00
rootlessport Use simulated dual-stack binds when using WSL 2022-05-03 13:45:59 -04:00
winpath Add podman rm --depend 2022-01-11 14:33:54 -05:00