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> | ||
* | podman v2 remove bloat v2 | Brent Baude | 2020-04-16 |
| | | | | | | rid ourseleves of libpod references in v2 client Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | Add support for the global flags and config files | Jhon Honce | 2020-04-14 |
Note: This PR doesn't provide full rootless support that will be addressed in a future PR Signed-off-by: Jhon Honce <jhonce@redhat.com> |