mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
podman-remote save [image]
Add the ability to save an image from the remote-host to the remote-client. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -30,7 +30,6 @@ func getMainCommands() []*cobra.Command {
|
||||
_restoreCommand,
|
||||
_rmCommand,
|
||||
_runCommand,
|
||||
_saveCommand,
|
||||
_searchCommand,
|
||||
_signCommand,
|
||||
_startCommand,
|
||||
@@ -53,7 +52,6 @@ func getMainCommands() []*cobra.Command {
|
||||
func getImageSubCommands() []*cobra.Command {
|
||||
return []*cobra.Command{
|
||||
_loadCommand,
|
||||
_saveCommand,
|
||||
_signCommand,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user