Documentation ¶
Index ¶
- func NewDriver(storePath string) (drivers.Driver, error)
- func RegisterCreateFlags(cmd *flag.FlagSet) interface{}
- type CreateFlags
- type Driver
- func (d *Driver) Create() error
- func (d *Driver) Delete(url string, parameters url.Values) error
- func (driver *Driver) DriverName() string
- func (d *Driver) FindMachine(nameOrId string) types.Ship
- func (d *Driver) Get(url string) ([]byte, error)
- 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) ListMachines(parameters url.Values) (types.Fleet, error)
- func (d *Driver) Post(url string, parameters url.Values) ([]byte, error)
- func (d *Driver) Put(url string) error
- func (d *Driver) Remove() error
- func (d *Driver) Restart() error
- func (d *Driver) SetConfigFromFlags(flagsInterface interface{}) error
- func (d *Driver) Start() error
- func (d *Driver) Stop() error
- func (d *Driver) Upgrade() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCreateFlags ¶
RegisterCreateFlags registers the flags this driver adds to "docker machines create"
Types ¶
type CreateFlags ¶
Click to show internal directories.
Click to hide internal directories.