Versions in this module Expand all Collapse all v1 v1.0.0 May 9, 2026 Changes in this version + func ValidateServiceName(name string) error + type Client struct + func NewClient() (*Client, error) + func (c *Client) Close() error + func (c *Client) ContainerIDByName(serviceName string) (string, error) + func (c *Client) ExecShell(ctx context.Context, containerID string, in io.Reader, out io.Writer) error + func (c *Client) Logs(ctx context.Context, containerID string, follow bool, w io.Writer) error + func (c *Client) Raw() *dockerclient.Client + func (c *Client) Restart(ctx context.Context, containerID string) error + func (c *Client) Status(ctx context.Context, containerID string) (string, error) + func (c *Client) TailLogs(ctx context.Context, containerID string, lines int, w io.Writer) error