Implement podman-remote rm

* refactor command output to use one function
* Add new worker pool parallel operations
* Implement podman-remote umount
* Refactored podman wait to use printCmdOutput()

Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
Jhon Honce
2019-03-05 16:11:28 -07:00
parent fe79bdd07e
commit 09ff62429a
21 changed files with 597 additions and 277 deletions

View File

@@ -24,12 +24,10 @@ func getMainCommands() []*cobra.Command {
_portCommand,
_refreshCommand,
_restartCommand,
_rmCommand,
_searchCommand,
_startCommand,
_statsCommand,
_topCommand,
_umountCommand,
_unpauseCommand,
}