Merge pull request #2364 from jwhonce/wip/remote_stop

Support podman-remote stop container
This commit is contained in:
OpenShift Merge Robot
2019-03-04 03:58:47 -08:00
committed by GitHub
13 changed files with 312 additions and 136 deletions

View File

@@ -32,7 +32,6 @@ func getMainCommands() []*cobra.Command {
_searchCommand,
_startCommand,
_statsCommand,
_stopCommand,
_topCommand,
_umountCommand,
_unpauseCommand,