package docker

import "github.com/docker/buildx/driver/docker"

Index

Types

type Driver

type Driver struct {
	driver.InitConfig
	// contains filtered or unexported fields
}

func (*Driver) Bootstrap

func (d *Driver) Bootstrap(ctx context.Context, l progress.Logger) error

func (*Driver) Client

func (d *Driver) Client(ctx context.Context) (*client.Client, error)

func (*Driver) Factory

func (d *Driver) Factory() driver.Factory

func (*Driver) Features

func (d *Driver) Features() map[driver.Feature]bool

func (*Driver) Info

func (d *Driver) Info(ctx context.Context) (*driver.Info, error)

func (*Driver) IsDefaultMobyDriver

func (d *Driver) IsDefaultMobyDriver()

func (*Driver) Rm

func (d *Driver) Rm(ctx context.Context, force bool) error

func (*Driver) Stop

func (d *Driver) Stop(ctx context.Context, force bool) error

Source Files

driver.go factory.go

Version
v0.4.2
Published
Aug 22, 2020
Platform
js/wasm
Imports
8 packages
Last checked
5 hours ago

Tools for package owners.