mirror of
https://github.com/containers/podman.git
synced 2025-06-21 09:28:09 +08:00
podman-remote container commands
Several container commands were ported to the remote client but had not been updated on the container submenu yet. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -49,8 +49,6 @@ func getContainerSubCommands() []*cobra.Command {
|
|||||||
_cleanupCommand,
|
_cleanupCommand,
|
||||||
_commitCommand,
|
_commitCommand,
|
||||||
_execCommand,
|
_execCommand,
|
||||||
_exportCommand,
|
|
||||||
_killCommand,
|
|
||||||
_mountCommand,
|
_mountCommand,
|
||||||
_pauseCommand,
|
_pauseCommand,
|
||||||
_portCommand,
|
_portCommand,
|
||||||
@ -58,7 +56,6 @@ func getContainerSubCommands() []*cobra.Command {
|
|||||||
_refreshCommand,
|
_refreshCommand,
|
||||||
_restartCommand,
|
_restartCommand,
|
||||||
_restoreCommand,
|
_restoreCommand,
|
||||||
_rmCommand,
|
|
||||||
_runlabelCommand,
|
_runlabelCommand,
|
||||||
_startCommand,
|
_startCommand,
|
||||||
_statsCommand,
|
_statsCommand,
|
||||||
@ -66,7 +63,6 @@ func getContainerSubCommands() []*cobra.Command {
|
|||||||
_topCommand,
|
_topCommand,
|
||||||
_umountCommand,
|
_umountCommand,
|
||||||
_unpauseCommand,
|
_unpauseCommand,
|
||||||
_waitCommand,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,10 +54,14 @@ var (
|
|||||||
_containerExistsCommand,
|
_containerExistsCommand,
|
||||||
_contInspectSubCommand,
|
_contInspectSubCommand,
|
||||||
_diffCommand,
|
_diffCommand,
|
||||||
|
_exportCommand,
|
||||||
_createCommand,
|
_createCommand,
|
||||||
|
_killCommand,
|
||||||
_listSubCommand,
|
_listSubCommand,
|
||||||
_logsCommand,
|
_logsCommand,
|
||||||
_runCommand,
|
_runCommand,
|
||||||
|
_rmCommand,
|
||||||
|
_waitCommand,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user