package docker
import "github.com/docker/buildx/driver/docker-container"
Index ¶
- type Driver
- func (d *Driver) Bootstrap(ctx context.Context, l progress.Logger) error
- func (d *Driver) Client(ctx context.Context) (*client.Client, error)
- func (d *Driver) Factory() driver.Factory
- func (d *Driver) Features() map[driver.Feature]bool
- func (d *Driver) Info(ctx context.Context) (*driver.Info, error)
- func (d *Driver) Rm(ctx context.Context, force bool) error
- func (d *Driver) Stop(ctx context.Context, force bool) error
Types ¶
type Driver ¶
type Driver struct { driver.InitConfig // contains filtered or unexported fields }
func (*Driver) Bootstrap ¶
func (*Driver) Client ¶
func (*Driver) Factory ¶
func (*Driver) Features ¶
func (*Driver) Info ¶
func (*Driver) Rm ¶
func (*Driver) Stop ¶
Source Files ¶
- Version
- v0.2.1
- Published
- May 24, 2019
- Platform
- js/wasm
- Imports
- 15 packages
- Last checked
- 9 hours ago –
Tools for package owners.