Documentation ¶
Index ¶
- func GetLogs(ctx context.Context, c *client.Client, composeFilePath, tail string, ...) error
- func NewComposeClientFromDocker(c *dockerClient.APIClient) *client.Client
- func Ps(ctx context.Context, c *client.Client, all, quiet bool, formatOpt string) error
- func Pull(ctx context.Context, c *client.Client, composeFilePath string) error
- func Rm(ctx context.Context, c client.Client, composeFilePath string, force bool) error
- func Stop(ctx context.Context, c client.Client, composeFilePath string, force bool) error
- func Up(ctx context.Context, c client.Client, composeFilePath string, detach bool) error
- type ContainerView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComposeClientFromDocker ¶
func NewComposeClientFromDocker(c *dockerClient.APIClient) *client.Client
Types ¶
Click to show internal directories.
Click to hide internal directories.