Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveContainer ¶
RemoveContainer removes with force a container by it's container ID.
func StartClair ¶
StartClair starts a new clair container and accompanying database.
Types ¶
type RegistryHelper ¶
type RegistryHelper struct {
// contains filtered or unexported fields
}
RegistryHelper implements methods to manipulate docker registry from test cases
func NewRegistryHelper ¶
func NewRegistryHelper(dcli *client.Client, username, password, addr string) (*RegistryHelper, error)
NewRegistryHelper returns RegistryHelper
func (*RegistryHelper) RefillRegistry ¶
func (r *RegistryHelper) RefillRegistry(image string) error
RefillRegistry adds images to a registry.
Click to show internal directories.
Click to hide internal directories.