Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
73 lines (51 loc) · 2.19 KB

README.md

File metadata and controls

73 lines (51 loc) · 2.19 KB

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