Documentation ¶
Index ¶
- type CRIO
- func (c CRIO) ExtractFileSystem(imageTarPath string, outputTarPath string, imageName string) error
- func (c CRIO) ExtractFileSystemContainer(containerId string, namespace string, outputTarPath string) error
- func (c CRIO) ExtractImage(imageID, imageName, path string) error
- func (c CRIO) GetImageID(imageName string) ([]byte, error)
- func (c CRIO) GetSocket() string
- func (c CRIO) Save(imageName, outputParam string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRIO ¶
type CRIO struct {
// contains filtered or unexported fields
}
func (CRIO) ExtractFileSystem ¶
func (CRIO) ExtractFileSystemContainer ¶
func (CRIO) ExtractImage ¶
Click to show internal directories.
Click to hide internal directories.