Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
PushImageByID(imageID string) (string, error)
PushImage(reader io.Reader) (string, error)
DownloadImage(ipfsHash string) (string, error)
PullImage(ipfsHash string) (string, error)
}
Interface ...
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry ...
func (*Registry) DownloadImage ¶
DownloadImage download Docker image from IPFS
Click to show internal directories.
Click to hide internal directories.