Versions in this module Expand all Collapse all v0 v0.7.1 Oct 9, 2019 v0.7.0 Oct 8, 2019 Changes in this version + type Docker struct + func CreateClient(ctx context.Context) (*Docker, error) + func (d *Docker) BuildImage(ctx context.Context, workdir string, name string) error + func (d *Docker) InspectContainer(ctx context.Context, name string, container interface{}) error + func (d *Docker) InspectImage(ctx context.Context, name string, img interface{}) error + func (d *Docker) PushImage(ctx context.Context, name string) (string, error) + func (d *Docker) StartContainer(ctx context.Context, name string, image string, ports []int32) error + func (d *Docker) StopContainer(ctx context.Context, name string) error