Versions in this module Expand all Collapse all v0 v0.16.2 Sep 2, 2019 v0.16.1 Jan 9, 2019 v0.16.0 Nov 8, 2018 v0.15.0 Jun 12, 2018 v0.12.1 Jun 30, 2017 v0.12.0 Jun 6, 2017 v0.11.0 Apr 25, 2017 v0.10.0 Feb 27, 2017 v0.7.0-rc3 Apr 8, 2016 v0.6.0-rc3 Feb 3, 2016 v0.5.6 Jan 11, 2016 Changes in this version + const B2DPass — darwin/amd64 + const B2DUser — darwin/amd64 + var ErrMachineExist = errors.New("machine already exists") — darwin/amd64 + var ErrMachineNotExist = errors.New("machine does not exist") — darwin/amd64 + var ErrVMRUNNotFound = errors.New("VMRUN not found") — darwin/amd64 + func NewDriver(hostName, storePath string) drivers.Driver + type Driver struct — darwin/amd64 + Boot2DockerURL string + CPU int + CPUS int + ConfigDriveISO string + ConfigDriveURL string + DiskSize int + ISO string + Memory int + NoShare bool + SSHPassword string + 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) GetSSHHostname() (string, 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) PreCreateCheck() 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 + func (d *Driver) Upgrade() error v0.1.0-rc5 Feb 22, 2015