-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicates showing in list output
This removes an additional step when listing info about containers and images. Until now we were filtering output of podman ps to get names of containers that came from toolbox and then we got info about them. But the lack of regex support in podman caused duplicates showing when there was a "." present in the name of container. So this removes this step and simply gets all the data in the first step. This is possible thanks to the format flag in 'podman ps' that allows multiple columns to be requested.
- Loading branch information
1 parent
049bb92
commit dd9e175
Showing
1 changed file
with
32 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters