Versions in this module Expand all Collapse all v0 v0.14.0 Aug 11, 2025 v0.13.2 Jul 25, 2025 Changes in this version + type Params struct + Domain string + type Service struct + Config containertypes.Config + HostConfig containertypes.HostConfig + Image string + NetworkConfig networktypes.NetworkingConfig + func (Service *Service) Clean(ctx context.Context, cli *client.Client) error + func (Service *Service) Create(ctx context.Context, cli *client.Client) error + func (Service *Service) DockerCreate(ctx context.Context, cli *client.Client) error + func (Service *Service) DockerLogs(ctx context.Context, cli *client.Client) ([]byte, error) + func (Service *Service) DockerRun(ctx context.Context, cli *client.Client) error + func (Service *Service) DockerRunInteractive(ctx context.Context, cli *client.Client) error + func (Service *Service) GetFieldBool(ctx context.Context, cli *client.Client, field string) (bool, error) + func (Service *Service) GetFieldInt(ctx context.Context, cli *client.Client, field string) (int, error) + func (Service *Service) GetFieldString(ctx context.Context, cli *client.Client, field string) (string, error) + func (Service *Service) ID(ctx context.Context, cli *client.Client) (string, error) + func (Service *Service) Labels(ctx context.Context, cli *client.Client) (map[string]string, error) + func (Service *Service) Remove(ctx context.Context, cli *client.Client) error + func (Service *Service) SetField(ctx context.Context, cli *client.Client, name string, value interface{}) error + func (Service *Service) Setup(ctx context.Context, cli *client.Client) error + func (Service *Service) Start(ctx context.Context, cli *client.Client) error + func (Service *Service) Status(ctx context.Context, cli *client.Client) (bool, error) + func (Service *Service) Stop(ctx context.Context, cli *client.Client) error + func (Service *Service) StopAndRemove(ctx context.Context, cli *client.Client) error