mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
podman-remote start
enable the ability to start containers from the remote-client. also, enable start integration tests for remote testing. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -22,7 +22,6 @@ func getMainCommands() []*cobra.Command {
|
||||
_refreshCommand,
|
||||
_restartCommand,
|
||||
_searchCommand,
|
||||
_startCommand,
|
||||
_statsCommand,
|
||||
_topCommand,
|
||||
_unpauseCommand,
|
||||
@@ -57,7 +56,6 @@ func getContainerSubCommands() []*cobra.Command {
|
||||
_restartCommand,
|
||||
_restoreCommand,
|
||||
_runlabelCommand,
|
||||
_startCommand,
|
||||
_statsCommand,
|
||||
_stopCommand,
|
||||
_topCommand,
|
||||
|
||||
Reference in New Issue
Block a user