From 711ac9305185e645f2970d09ff76c2761132202a Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 19 Feb 2019 10:08:43 -0600 Subject: podman-remote save [image] Add the ability to save an image from the remote-host to the remote-client. Signed-off-by: baude --- cmd/podman/image.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/image.go') diff --git a/cmd/podman/image.go b/cmd/podman/image.go index 4f9c7cd6a..3c8942ef5 100644 --- a/cmd/podman/image.go +++ b/cmd/podman/image.go @@ -28,6 +28,7 @@ var imageSubCommands = []*cobra.Command{ _pullCommand, _pushCommand, _rmiCommand, + _saveCommand, _tagCommand, } -- cgit v1.2.3-54-g00ecf