Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix handling of multiple filters in podman ps | Matthew Heon | 2018-08-27 |
| | | | | | | | | | | | | | Docker expects multiple filters to be passed with multiple uses of the --filter flag (e.g. --filter=label=a=b --filter=label=c=d) and not a single comma-separated list of filters as we expected. Convert to the Docker format, and make some small cleanups to our handling of filters along the way. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1345 Approved by: umohnani8 | ||
* | Change batchcontainer to shared | haircommander | 2018-08-16 |
To better reflect it's usage: to share functions between podman and varlink. Signed-off-by: haircommander <pehunt@redhat.com> Closes: #1275 Approved by: mheon |