Versions in this module Expand all Collapse all v0 v0.3.1 Oct 17, 2018 v0.3.0 Oct 12, 2018 Changes in this version + type Executor interface + Exec func(ctx context.Context, meta Meta, rootfs cache.Mountable, mounts []Mount, ...) error + type HostIP struct + Host string + IP net.IP + type Meta struct + Args []string + Cwd string + Env []string + ExtraHosts []HostIP + NetMode pb.NetMode + ReadonlyRootFS bool + Tty bool + User string + type Mount struct + Dest string + Readonly bool + Selector string + Src cache.Mountable