Documentation ¶
Index ¶
- func CopyFiles(src string, dest string) error
- func Create(imageName string, script string, cpus int, mem int) (string, error)
- func Exec(vmName string, cmd string) error
- func GUI(vmName string) error
- func IP(vmName string, purge bool, global bool) (string, error)
- func List(all bool) ([]string, error)
- func Modify(vmName string, cpus int, mem int) error
- func Mount(vmName string, hostPath string) 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PortForward ¶
func SecureShell ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.