diff options
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r-- | cmd/podman/commands.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 2ac465b9d..27f3fc214 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -11,8 +11,6 @@ const remoteclient = false // Commands that the local client implements func getMainCommands() []*cobra.Command { rootCommands := []*cobra.Command{ - _commitCommand, - _execCommand, _playCommand, _loginCommand, _logoutCommand, @@ -20,6 +18,7 @@ func getMainCommands() []*cobra.Command { _refreshCommand, _searchCommand, _statsCommand, + _umountCommand, _unshareCommand, } @@ -41,8 +40,6 @@ func getContainerSubCommands() []*cobra.Command { return []*cobra.Command{ _cleanupCommand, - _commitCommand, - _execCommand, _mountCommand, _refreshCommand, _runlabelCommand, |