Documentation ¶
Index ¶
- func Commit(vmName, imageName string, override bool) error
- func CopyFiles(src string, dest string) error
- func Create(imageName string, ps ProvisionScript, cpus int, mem int) (string, error)
- func Exec(vmName string, cmd string) error
- func GUI(vmName string, nocheck bool) error
- func IP(vmName string, purge bool, global bool) (string, error)
- func ListMounts(vmName string) (string, error)
- func Modify(vmName string, cpus int, mem int) error
- func Mount(vmName, hostPath, guestPath string, remove bool) error
- func PortForward(vmName string, ports string) error
- func Ps(all bool, f []string) (string, error)
- func Remove(vmName string, force bool) error
- func SecureShell(vmName string) error
- func Start(vmName string) error
- func Stop(vmName string) error
- func Tag(vmName string, tag string, remove bool) error
- type ProvisionScript
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListMounts ¶ added in v0.97.0
func PortForward ¶
func SecureShell ¶
Types ¶
type ProvisionScript ¶ added in v0.88.0
type ProvisionScript struct { Script string Func provisioners.Func }
Click to show internal directories.
Click to hide internal directories.