vmware

command
v0.0.0-...-bf70cd4 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

README

vmware-logo

blacktop/vmware

CircleCI License Docker Stars Docker Pulls Docker Image

VMware Client for vm-proxy


Getting Started

$ docker run --rm blacktop/vmware --help

vmrun version 1.17.0 build-7520154

Usage:
  vmrun [command]

Available Commands:
  help        Help about any command
  list        List all running VMs
  start       Start a VM
  stop        Stop a VM

Flags:
      --config string   config file (default is $HOME/.vmware.yaml)
  -h, --help            help for vmrun
  -t, --toggle          Help message for toggle

Use "vmrun [command] --help" for more information about a command.
Start VM
$ docker run --rm \
             --add-host=dockerhost:$(ipconfig getifaddr en0) \
             -v $HOME/.vmproxy:/root/.vmproxy \
             blacktop/vmware start "Ubuntu 64-bit 16.04.vmx"
List VMs
$ docker run --rm \
             --add-host=dockerhost:$(ipconfig getifaddr en0) \
             -v $HOME/.vmproxy:/root/.vmproxy \
             blacktop/vmware list
Total running VMs: 1
Ubuntu 64-bit 16.04.vmx
Stop VM
$ docker run --rm \
             --add-host=dockerhost:$(ipconfig getifaddr en0) \
             -v $HOME/.vmproxy:/root/.vmproxy \
             blacktop/vmware stop "Ubuntu 64-bit 16.04.vmx"

Issues

Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue

License

Apache License (Version 2.0) Copyright (c) 2016 - 2018 blacktop

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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