mirror of
https://github.com/containers/podman.git
synced 2025-06-30 07:26:39 +08:00
podmanv2 save image
add ability to save an image for podman v2 Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -26,3 +26,10 @@ type InfoData struct {
|
||||
// VolumeDriverLocal is the "local" volume driver. It is managed by libpod
|
||||
// itself.
|
||||
const VolumeDriverLocal = "local"
|
||||
|
||||
const (
|
||||
OCIManifestDir = "oci-dir"
|
||||
OCIArchive = "oci-archive"
|
||||
V2s2ManifestDir = "docker-dir"
|
||||
V2s2Archive = "docker-archive"
|
||||
)
|
||||
|
Reference in New Issue
Block a user