Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch to using --time as opposed to --timeout to better match Docker. | Daniel J Walsh | 2020-03-31 |
| | | | | | | | We need to consistently use --time rather then --timeout throughout the code. Fix locations where timeout defaults are not set correctly as well. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | Combine GlobalFlags and EngineFlags into EngineOptions | Jhon Honce | 2020-03-24 |
| | | | | | | | * EngineOptions obtained in command via `opt, err := registry.Options(cmd)` Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | podmanv2 add core container commands | Brent Baude | 2020-03-22 |
add core container commands for podmanv2: kill, pause, restart, rm, stop, unpause Signed-off-by: Brent Baude <bbaude@redhat.com> |