Merge pull request #2534 from jwhonce/wip/remote_wait

Implement podman-remote wait command and container subcommand
This commit is contained in:
OpenShift Merge Robot
2019-03-06 13:07:52 -08:00
committed by GitHub
8 changed files with 86 additions and 44 deletions

View File

@@ -35,7 +35,6 @@ func getMainCommands() []*cobra.Command {
_topCommand,
_umountCommand,
_unpauseCommand,
_waitCommand,
}
if len(_varlinkCommand.Use) > 0 {