Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call reload on list members after containers.list
After calling containers.list each container does not have the status correctly fetched. It will now return a list of reloaded container client = PodmanClient() clist = client.containers.list() # reloads every container now clist[0].status Fixes: containers#446 Signed-off-by: Nicola Sella <[email protected]>
- Loading branch information