Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + type BuilderConfig struct + Entitlements BuilderEntitlements + type BuilderEntitlements struct + NetworkHost bool + SecurityInsecure bool + type Config struct + Builder BuilderConfig + Features map[string]bool + Mirrors []string + type Daemon struct + Log LogT + Wait chan error + func NewDaemon(workingDir string, ops ...Option) (*Daemon, error) + func (d *Daemon) Sock() string + func (d *Daemon) StartWithError(daemonLogs map[string]*bytes.Buffer, providedArgs ...string) error + func (d *Daemon) StopWithError() (err error) + type LogT interface + Logf func(string, ...interface{}) + type Option func(*Daemon)