Versions in this module Expand all Collapse all v0 v0.2.0 Apr 16, 2015 Changes in this version type Driver — darwin/amd64 + CPUS int + CPUs int + SSHPort int + SSHUser string + func (d *Driver) AuthorizePort(ports []*drivers.Port) error + func (d *Driver) DeauthorizePort(ports []*drivers.Port) error + func (d *Driver) GetMachineName() string + func (d *Driver) GetProviderType() provider.ProviderType + func (d *Driver) GetSSHHostname() (string, error) + func (d *Driver) GetSSHKeyPath() string + func (d *Driver) GetSSHPort() (int, error) + func (d *Driver) GetSSHUsername() string v0.2.0-rc3 Apr 1, 2015 v0.2.0-rc2 Mar 26, 2015 v0.2.0-rc1 Mar 23, 2015 v0.1.0 Feb 26, 2015 Changes in this version + const B2D_PASS — darwin/amd64 + const B2D_USER — 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 GetCreateFlags() []cli.Flag — darwin/amd64 + func NewDriver(machineName string, storePath string, caCert string, privateKey string) (drivers.Driver, error) — darwin/amd64 + type CreateFlags struct — darwin/amd64 + Boot2DockerURL *string + DiskSize *int + Memory *int + type Driver struct — darwin/amd64 + Boot2DockerURL string + CaCertPath string + DiskSize int + IPAddress string + ISO string + MachineName string + Memory int + PrivateKeyPath string + SwarmDiscovery string + SwarmHost string + SwarmMaster bool + func (d *Driver) Create() error + func (d *Driver) DriverName() string + func (d *Driver) GetDockerConfigDir() string + func (d *Driver) GetIP() (string, error) + func (d *Driver) GetSSHCommand(args ...string) (*exec.Cmd, 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(flags drivers.DriverOptions) error + func (d *Driver) Start() error + func (d *Driver) StartDocker() error + func (d *Driver) Stop() error + func (d *Driver) StopDocker() error + func (d *Driver) Upgrade() error v0.1.0-rc5 Feb 22, 2015 v0.1.0-rc4 Feb 16, 2015 v0.1.0-rc3 Feb 10, 2015 v0.1.0-rc2 Jan 28, 2015 v0.1.0-rc1 Jan 21, 2015