Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDiskPath ¶
func GetDiskPath(d *drivers.BaseDriver) string
GetDiskPath returns the path of the machine disk image
func MakeDiskImage ¶
func MakeDiskImage(d *drivers.BaseDriver, boot2dockerURL string, diskSize int) error
MakeDiskImage makes a boot2docker VM disk image.
Types ¶
type CommonDriver ¶
type CommonDriver struct{}
CommonDriver is the common driver base class
func (*CommonDriver) GetCreateFlags ¶
func (d *CommonDriver) GetCreateFlags() []mcnflag.Flag
GetCreateFlags is not implemented yet
func (*CommonDriver) SetConfigFromFlags ¶
func (d *CommonDriver) SetConfigFromFlags(flags drivers.DriverOptions) error
SetConfigFromFlags is not implemented yet
Click to show internal directories.
Click to hide internal directories.