podman-save Verified for current stable LTS

Podman Save Command: Transfer Image Remote With Compression

Use for transfer image remote with compression with Podman Save. Exact CLI syntax to transfer image remote with compression using Podman Save.

When to use this: Use for transfer image remote with compression with Podman Save.

Command Syntax

podman save {image:tag} | zstd -T 0 --ultra | pv | ssh <username>@<remote_host> podman load

Command Breakdown

-T
Command Option
Tool-specific option used by this command invocation.
--ultra
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to transfer image remote with compression using Podman Save.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Alternative Approaches

Alternative tools for similar operation intents.

Back to Podman Save directory