mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
podmanv2 info
add ability to run info for v2 Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@@ -48,4 +48,6 @@ type ContainerEngine interface {
|
||||
VolumeList(ctx context.Context, opts VolumeListOptions) ([]*VolumeListReport, error)
|
||||
VolumePrune(ctx context.Context, opts VolumePruneOptions) ([]*VolumePruneReport, error)
|
||||
VolumeRm(ctx context.Context, namesOrIds []string, opts VolumeRmOptions) ([]*VolumeRmReport, error)
|
||||
|
||||
Info(ctx context.Context) (*define.Info, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user