Versions in this module Expand all Collapse all v0 v0.2.0 May 30, 2019 Changes in this version + type Controller struct + func New(opt Opt) (*Controller, error) + func (c *Controller) Close() error + func (c *Controller) Delete(ctx context.Context, ref string) error + func (c *Controller) GetRuntimeImage(ctx context.Context, ref string, platform platforms.MatchComparer) (*images.Image, error) + func (c *Controller) Images(ctx context.Context) ([]images.Image, error) + func (c *Controller) Pull(ctx context.Context, ref string, platform platforms.MatchComparer) (*images.Image, error) + func (c *Controller) Run(ctx context.Context, img *images.Image, platform platforms.MatchComparer, ...) error + type Opt struct + Root string + type ProcessOpt struct + Args []string + Entrypoint string + Env map[string]string + Runtime string + Volumes map[string]string