diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-17 10:13:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 10:13:18 -0700 |
commit | bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f (patch) | |
tree | bfebcc8f02d5714e90e50f903374e6c0f6bc2cea /cmd/podman/commands.go | |
parent | 799d4667c1c33ac025741e2082739999f5b4563a (diff) | |
parent | 3c0147e55916335ea605972999c594fdf52716e8 (diff) | |
download | podman-bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f.tar.gz podman-bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f.tar.bz2 podman-bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f.zip |
Merge pull request #2917 from baude/remotestart
podman-remote start
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, |