azure

package
v0.1.0-rc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2015 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCreateFlags

func GetCreateFlags() []cli.Flag

GetCreateFlags registers the flags this driver adds to "docker hosts create"

func NewDriver

func NewDriver(machineName string, storePath string, caCert string, privateKey string) (drivers.Driver, error)

Types

type Driver

type Driver struct {
	MachineName             string
	SubscriptionID          string
	SubscriptionCert        string
	PublishSettingsFilePath string
	Location                string
	Size                    string
	UserName                string
	UserPassword            string
	Image                   string
	SSHPort                 int
	DockerPort              int
	CaCertPath              string
	PrivateKeyPath          string
	// contains filtered or unexported fields
}

func (*Driver) Create

func (driver *Driver) Create() error

func (*Driver) DriverName

func (driver *Driver) DriverName() string

func (*Driver) GetDockerConfigDir

func (d *Driver) GetDockerConfigDir() string

func (*Driver) GetIP

func (driver *Driver) GetIP() (string, error)

func (*Driver) GetSSHCommand

func (driver *Driver) GetSSHCommand(args ...string) (*exec.Cmd, error)

func (*Driver) GetState

func (driver *Driver) GetState() (state.State, error)

func (*Driver) GetURL

func (driver *Driver) GetURL() (string, error)

func (*Driver) Kill

func (driver *Driver) Kill() error

func (*Driver) PreCreateCheck

func (driver *Driver) PreCreateCheck() error

func (*Driver) Remove

func (driver *Driver) Remove() error

func (*Driver) Restart

func (driver *Driver) Restart() error

func (*Driver) SetConfigFromFlags

func (driver *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error

func (*Driver) Start

func (driver *Driver) Start() error

func (*Driver) StartDocker

func (d *Driver) StartDocker() error

func (*Driver) Stop

func (driver *Driver) Stop() error

func (*Driver) StopDocker

func (d *Driver) StopDocker() error

func (*Driver) Upgrade

func (driver *Driver) Upgrade() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL