Versions in this module Expand all Collapse all v0 v0.23.0 Oct 26, 2017 v0.22.3 Oct 6, 2017 v0.22.2 Sep 18, 2017 v0.22.1 Sep 11, 2017 v0.22.0 Sep 7, 2017 Changes in this version + type Driver struct + Boot2DockerURL string + CPU int + DiskPath string + DiskSize int + ISO string + Memory int + Network string + PrivateNetwork string + func NewDriver(hostName, storePath string) *Driver + func (d *Driver) Create() error + func (d *Driver) DriverName() string + func (d *Driver) GetCreateFlags() []mcnflag.Flag + func (d *Driver) GetIP() (string, error) + func (d *Driver) GetMachineName() string + func (d *Driver) GetSSHHostname() (string, error) + func (d *Driver) GetSSHKeyPath() string + func (d *Driver) GetSSHPort() (int, error) + func (d *Driver) GetSSHUsername() string + func (d *Driver) GetState() (state.State, error) + func (d *Driver) GetURL() (string, error) + func (d *Driver) Kill() error + func (d *Driver) PreCommandCheck() error + func (d *Driver) Remove() error + func (d *Driver) Restart() error + func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error + func (d *Driver) Start() error + func (d *Driver) Stop() error