package dockerd

import "github.com/moby/buildkit/util/testutil/dockerd"

Index

Types

type Daemon

type Daemon struct {
	Wait chan error

	Log LogT
	// contains filtered or unexported fields
}

func NewDaemon

func NewDaemon(workingDir string, ops ...Option) (*Daemon, error)

func (*Daemon) Sock

func (d *Daemon) Sock() string

func (*Daemon) StartWithError

func (d *Daemon) StartWithError(daemonLogs map[string]*bytes.Buffer, providedArgs ...string) error

func (*Daemon) StopWithError

func (d *Daemon) StopWithError() (err error)

type LogT

type LogT interface {
	Logf(string, ...interface{})
}

type Option

type Option func(*Daemon)

Source Files

daemon.go

Version
v0.11.0-rc3
Published
Dec 16, 2022
Platform
js/wasm
Imports
10 packages
Last checked
4 minutes ago

Tools for package owners.