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) Deploy(ctx context.Context, workdir string, name string, ports []int32) error + func (d *Docker) Destroy(ctx context.Context, name string) error + func (d *Docker) GetStatus(ctx context.Context, name string) error + func (d *Docker) Update(ctx context.Context, name string) error