Documentation ¶
Index ¶
- type Driver
- func (d *Driver) Create() error
- func (d *Driver) DriverName() string
- func (d *Driver) GetIP() (string, error)
- func (d *Driver) GetSharedDirs() ([]drivers.SharedDir, error)
- func (d *Driver) GetState() (state.State, error)
- func (d *Driver) Kill() error
- func (d *Driver) Remove() error
- func (d *Driver) Start() error
- func (d *Driver) Stop() error
- func (d *Driver) UpdateConfigRaw(_ []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
*drivers.BaseDriver
}
Driver is the driver used when no driver is selected. It is used to connect to existing Docker hosts by specifying the URL of the host as an option.
func (*Driver) DriverName ¶
DriverName returns the name of the driver
func (*Driver) UpdateConfigRaw ¶
Click to show internal directories.
Click to hide internal directories.