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:
baude
2019-04-11 14:42:28 -05:00
parent a87cf6fef8
commit 3c0147e559
9 changed files with 166 additions and 123 deletions

View File

@@ -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,