summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/containers/rm.go
Commit message (Collapse)AuthorAge
* podmanv2 add pre-run to each commmandBrent Baude2020-03-25
| | | | | | each container command needs a prerune because it is not part of the containers subcommand yet Signed-off-by: Brent Baude <bbaude@redhat.com>
* Combine GlobalFlags and EngineFlags into EngineOptionsJhon Honce2020-03-24
| | | | | | | * EngineOptions obtained in command via `opt, err := registry.Options(cmd)` Signed-off-by: Jhon Honce <jhonce@redhat.com>
* podmanv2 add core container commandsBrent Baude2020-03-22
add core container commands for podmanv2: kill, pause, restart, rm, stop, unpause Signed-off-by: Brent Baude <bbaude@redhat.com>