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, opts ...client.ClientOpt) (*client.Client, error)
- func (d *Driver) Config() driver.InitConfig
- func (d *Driver) Dial(ctx context.Context) (net.Conn, error)
- func (d *Driver) Factory() driver.Factory
- func (d *Driver) Features(ctx context.Context) map[driver.Feature]bool
- func (d *Driver) HostGatewayIP(ctx context.Context) (net.IP, error)
- func (d *Driver) Info(ctx context.Context) (*driver.Info, error)
- func (d *Driver) IsMobyDriver() bool
- func (d *Driver) Rm(ctx context.Context, force, rmVolume, rmDaemon bool) error
- func (d *Driver) Stop(ctx context.Context, force bool) error
- func (d *Driver) Version(ctx context.Context) (string, error)
Types ¶
type Driver ¶
type Driver struct { driver.InitConfig // contains filtered or unexported fields }
func (*Driver) Bootstrap ¶
func (*Driver) Client ¶
func (*Driver) Config ¶
func (d *Driver) Config() driver.InitConfig
func (*Driver) Dial ¶
func (*Driver) Factory ¶
func (*Driver) Features ¶
func (*Driver) HostGatewayIP ¶
func (*Driver) Info ¶
func (*Driver) IsMobyDriver ¶
func (*Driver) Rm ¶
func (*Driver) Stop ¶
func (*Driver) Version ¶
Source Files ¶
- Version
- v0.22.0 (latest)
- Published
- Mar 17, 2025
- Platform
- js/wasm
- Imports
- 31 packages
- Last checked
- 3 weeks ago –
Tools for package owners.