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 API struct + func Create(host string, port string) (*API, error) + func MustCreate(host string, port string) *API + func (api *API) Build(project types.Project) (types.Service, error) + func (api *API) BuildImage(tarFile string, tag string, labels map[string]string) error + func (api *API) Call(file string, param string, project types.Project) error + func (api *API) ContainerWait(ctx context.Context, containerID string, condition container.WaitCondition, ...) (<-chan container.ContainerWaitOKBody, <-chan error) + func (api *API) CreateNetwork(name string) error + func (api *API) Down(names []string) error + func (api *API) GetNetwork(name string) ([]dockerTypes.NetworkResource, error) + func (api *API) List(name string) error + func (api *API) Run(port int, service *types.Service) error + func (api *API) Stop(name string) error + func (api *API) Up(opt UpOptions) error + type ContainerCreateRequestPayload struct + HostConfig *container.HostConfig + NetworkingConfig *network.NetworkingConfig + type UpOptions struct + Body []byte + HealtCheck bool + Lang string + Name string + Port int + Project types.Project