Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryClient ¶ added in v0.1.9
type RegistryClient struct {
// contains filtered or unexported fields
}
RegistryClient docker registry client
func NewRegistryClient ¶
func NewRegistryClient(debug bool) (*RegistryClient, error)
NewRegistryClient returns new docker registry client
func (*RegistryClient) DeleteImage ¶ added in v0.1.9
func (r *RegistryClient) DeleteImage(repository, tag string, debug bool) error
DeleteImage deletes docker image
func (*RegistryClient) ListTags ¶ added in v0.1.9
func (r *RegistryClient) ListTags(repository string, debug bool) ([]string, error)
ListTags lists docker tags
func (*RegistryClient) Repositories ¶ added in v0.1.9
func (r *RegistryClient) Repositories() ([]string, error)
Repositories lists repositories
Click to show internal directories.
Click to hide internal directories.