From 93d3eb30a88aa1cd2f1159cf7917e10743fafa03 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Thu, 27 Jun 2019 16:44:00 -0400 Subject: Remove umount command from remote client. Since there is no mount command, it does not make sense to have umount. Signed-off-by: Ashley Cui --- cmd/podman/commands.go | 1 + cmd/podman/main.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 18b0b7857..9229191ff 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -19,6 +19,7 @@ func getMainCommands() []*cobra.Command { _refreshCommand, _searchCommand, _statsCommand, + _umountCommand, _unshareCommand, } diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 04b1e80cf..7c15f7c38 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -59,7 +59,6 @@ var mainCommands = []*cobra.Command{ _stopCommand, _tagCommand, _topCommand, - _umountCommand, _unpauseCommand, _versionCommand, _waitCommand, -- cgit v1.2.3-54-g00ecf