Versions in this module Expand all Collapse all v0 v0.1.1 May 17, 2024 Changes in this version + func MigrateOCITarToDockerV1Tar(dir, tarName string) error + type Containerd struct + func New(host string) *Containerd + func (c Containerd) ExtractFileSystem(imageTarPath string, outputTarPath string, imageName string) error + func (c Containerd) ExtractFileSystemContainer(containerId string, namespace string, outputTarPath string) error + func (c Containerd) ExtractImage(imageID, imageName, path string) error + func (c Containerd) GetImageID(imageName string) ([]byte, error) + func (c Containerd) GetSocket() string + func (c Containerd) Save(imageName, outputParam string) ([]byte, error)