package dockerd
import "github.com/moby/buildkit/util/testutil/dockerd"
Index ¶
- type Daemon
- 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
- type Option
Types ¶
type Daemon ¶
func NewDaemon ¶
func (*Daemon) Sock ¶
func (*Daemon) StartWithError ¶
func (*Daemon) StopWithError ¶
type LogT ¶
type LogT interface { Logf(string, ...interface{}) }
type Option ¶
type Option func(*Daemon)
Source Files ¶
- Version
- v0.11.0
- Published
- Jan 9, 2023
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 12 hours ago –
Tools for package owners.