Versions in this module Expand all Collapse all v2 v2.0.0 Jan 10, 2024 Changes in this version + type Client struct + func NewClient() (*Client, error) + func (c Client) PullImage(ctx context.Context, ref string) error + func (c Client) Run(ctx context.Context, conf Config) error + type Config struct + Cmd []string + Env []string + Image string + Mounts []MountConfig + Rootless bool + type MountConfig struct + ReadOnly bool + Source string + Target string v2.0.0-alpha1 Jan 2, 2024