mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
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:
@ -51,7 +51,6 @@ func getContainerSubCommands() []*cobra.Command {
|
||||
_restoreCommand,
|
||||
_runlabelCommand,
|
||||
_statsCommand,
|
||||
_stopCommand,
|
||||
_umountCommand,
|
||||
}
|
||||
}
|
||||
|
@ -64,6 +64,7 @@ var (
|
||||
_runCommand,
|
||||
_rmCommand,
|
||||
_startCommand,
|
||||
_stopCommand,
|
||||
_topCommand,
|
||||
_unpauseCommand,
|
||||
_waitCommand,
|
||||
|
Reference in New Issue
Block a user