From 151c8487a354281c4f0e42d98bc560799dd1d074 Mon Sep 17 00:00:00 2001 From: baude Date: Sun, 28 Apr 2019 08:25:23 -0500 Subject: podman-remote stop add stop to the container subcommands for the remote client. the stop function is already done. this is a graphical change only. Signed-off-by: baude --- cmd/podman/commands.go | 1 - cmd/podman/container.go | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 36c28696f..9cbb9eec7 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -51,7 +51,6 @@ func getContainerSubCommands() []*cobra.Command { _restoreCommand, _runlabelCommand, _statsCommand, - _stopCommand, _umountCommand, } } diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 52152d50e..c147ee0fa 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -64,6 +64,7 @@ var ( _runCommand, _rmCommand, _startCommand, + _stopCommand, _topCommand, _unpauseCommand, _waitCommand, -- cgit v1.2.3-54-g00ecf