From 7dcc21f21311ee1ff3fe6974d5926bec7d181e5c Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 12 Feb 2019 15:12:09 -0600 Subject: podman-remote push enable podman-remote push so that users can push images from a remote client. change in push API to deal with the need to see output over the varlink connection. Signed-off-by: baude --- cmd/podman/commands.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd/podman/commands.go') diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 2c56d5dec..e7527171a 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -27,7 +27,6 @@ func getMainCommands() []*cobra.Command { _mountCommand, _pauseCommand, _portCommand, - _pushCommand, _refreshCommand, _restartCommand, _restoreCommand, @@ -54,7 +53,6 @@ func getImageSubCommands() []*cobra.Command { return []*cobra.Command{ _buildCommand, _loadCommand, - _pushCommand, _saveCommand, _signCommand, } -- cgit v1.2.3-54-g00ecf