VBoxManage/vmrun proxy to allow communication from within a VM to the hypervisor running the VM.
- blacktop/vbox
- blacktop/vmware
$ brew install blacktop/tap/vm-proxy
$ brew services start blacktop/tap/vm-proxy
$ vm-proxy --help
Usage: vm-proxy [OPTIONS] COMMAND [arg...]
VMProxy Server - allows hypervisors to be controlled from docker containers
Version: , BuildTime:
Author:
blacktop - <https://github.com/blacktop>
Options:
--verbose, -V verbose output
--host value microservice host (default: "127.0.0.1") [$VMPROXY_HOST]
--port value microservice port (default: "3993") [$VMPROXY_PORT]
--token value webhook token [$VMPROXY_TOKEN]
--help, -h show help
--version, -v print the version
Commands:
update Update images
export Export Database
help Shows a list of commands or help for one command
Run 'vm-proxy COMMAND --help' for more information on a command.
$ vm-proxy
WARN[0000] no webhook token set: --token
2018/03/19 15:58:04 written cert.pem
2018/03/19 15:58:04 written key.pem
INFO[0000] vm-proxy service listening host=127.0.0.1 port=3993 token=
See docs here
See docs here
See docs here
- Add version check to debugvm calls
- vmrun
- create homebrew installer for vm-proxy-server
- build small base images with VBoxManage in them
- figure out filesystem translation for dropping PCAP or memory dumps so container can see them (using volumes?)
- auto-create certs on first run
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue
Apache License (Version 2.0) Copyright (c) 2016 - 2018 blacktop