diff options
author | baude <bbaude@redhat.com> | 2019-04-11 14:42:28 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-17 11:08:54 -0500 |
commit | 3c0147e55916335ea605972999c594fdf52716e8 (patch) | |
tree | f15ec89e0d8bfa38a6817d36d1b8d144653dbf08 /cmd/podman/commands.go | |
parent | a87cf6fef8f84ded410d547aa772b8f942c5f273 (diff) | |
download | podman-3c0147e55916335ea605972999c594fdf52716e8.tar.gz podman-3c0147e55916335ea605972999c594fdf52716e8.tar.bz2 podman-3c0147e55916335ea605972999c594fdf52716e8.zip |
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>
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 0e5deb627..1a2da86cf 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -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, |