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 ¶ added in v0.13.4
StartClair starts a new clair container and accompanying database.
Types ¶
type RegistryHelper ¶ added in v0.15.5
type RegistryHelper struct {
// contains filtered or unexported fields
}
RegistryHelper implements methods to manipulate docker registry from test cases
func NewRegistryHelper ¶ added in v0.15.5
func NewRegistryHelper(dcli *client.Client, username, password, addr string) (*RegistryHelper, error)
NewRegistryHelper returns RegistryHelper
func (*RegistryHelper) RefillRegistry ¶ added in v0.15.5
func (r *RegistryHelper) RefillRegistry(image string) error
RefillRegistry adds images to a registry.
Click to show internal directories.
Click to hide internal directories.