Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Podman V2 birth | Brent Baude | 2020-04-16 |
| | | | | | | remote podman v1 and replace with podman v2. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | V2 Enable rootless | Jhon Honce | 2020-04-16 |
| | | | | | | | | | | | | | * Enable running podman V2 rootless * Fixed cobra.PersistentPreRunE usage in all the commands * Leveraged cobra.PersistentPreRunE/cobra.PersistentPostRunE to manage: * rootless * trace (--trace) * profiling (--cpu-profile) * initializing the registry copies of Image/Container engines * Help and Usage templates autoset for all sub-commands Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | podmanV2: implement search | Valentin Rothberg | 2020-04-09 |
Also implement a new libpod endpoint to add more parameters and to prevent us from converting between slices and maps and make use of the filter parsing in the image backend. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |