From e06d0fe5e54bb223701385b08703bf229dc4aa7e Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 21 Aug 2019 14:51:52 -0500 Subject: podman-remote: cp crashes prune unwanted messages when running a container remotely. also, cp is not remote-enabled yet and as such should not be available on the remote client. Fixes: #3861 Signed-off-by: baude --- cmd/podman/container.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/container.go') diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 557f5fafa..66b58f06e 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -55,7 +55,6 @@ var ( _commitCommand, _containerExistsCommand, _contInspectSubCommand, - _cpCommand, _diffCommand, _execCommand, _exportCommand, -- cgit v1.2.3-54-g00ecf