podman-remote stop

add stop to the container subcommands for the remote client. the stop
function is already done.  this is a graphical change only.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-04-28 08:25:23 -05:00
parent b5af10ce5a
commit 151c8487a3
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,6 @@ func getContainerSubCommands() []*cobra.Command {
_restoreCommand,
_runlabelCommand,
_statsCommand,
_stopCommand,
_umountCommand,
}
}

View File

@ -64,6 +64,7 @@ var (
_runCommand,
_rmCommand,
_startCommand,
_stopCommand,
_topCommand,
_unpauseCommand,
_waitCommand,