Documentation
¶
Index ¶
- func ListContainers(ctx context.Context, dir, composePath string, capture CaptureFunc) ([]system.Container, error)
- func PreferredProvider() string
- func SupportsPSJSON() bool
- type CaptureFunc
- type Client
- func (c Client) ContainerLogs(ctx context.Context, containerName string, tail int, follow bool, since string) error
- func (c Client) Down(ctx context.Context, cfg configpkg.Config, removeVolumes bool) error
- func (c Client) DownPath(ctx context.Context, dir, composePath string, removeVolumes bool) error
- func (c Client) Exec(ctx context.Context, cfg configpkg.Config, service string, env []string, ...) error
- func (c Client) Logs(ctx context.Context, cfg configpkg.Config, tail int, follow bool, ...) error
- func (c Client) StopServices(ctx context.Context, cfg configpkg.Config, services ...string) error
- func (c Client) Up(ctx context.Context, cfg configpkg.Config) error
- func (c Client) UpServices(ctx context.Context, cfg configpkg.Config, forceRecreate bool, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListContainers ¶
func PreferredProvider ¶
func PreferredProvider() string
func SupportsPSJSON ¶
func SupportsPSJSON() bool
Types ¶
type CaptureFunc ¶
Click to show internal directories.
Click to hide internal directories.