Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> | ||
* | More system test fixes on regressions | Brent Baude | 2020-04-14 |
| | | | | | | Fix more regressions between v1 and v2 Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | V2 podman image rm | podman rmi [IMAGE] | Jhon Honce | 2020-03-25 |
* Add support for rm and rmi commands * Support for registry.ExitCode * Support for N-errors from domain layer * Add log-level support * Add syslog support Signed-off-by: Jhon Honce <jhonce@redhat.com> |