Versions in this module Expand all Collapse all v1 v1.4.0 Dec 27, 2018 Changes in this version type Driver — darwin/amd64 + NestedVirtualization bool + ShareFolders []string v1.3.0 Sep 13, 2017 Changes in this version type Driver — darwin/amd64 + VideoSize int v1.2.3 Apr 25, 2017 v1.2.2 Jan 9, 2017 Changes in this version + const Version + var GitCommit string + func FullVersion() string + func NewDriver(hostName, storePath string) drivers.Driver + type Driver struct — darwin/amd64 + Boot2DockerURL string + CPU int + DiskSize int + Memory int + NoShare bool + 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) 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(opts drivers.DriverOptions) error + func (d *Driver) Start() error + func (d *Driver) Stop() error