Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canhanhan/wsl-virtualbox
VBoxManage wrapper to use Virtualbox from WSL for Packer
https://github.com/canhanhan/wsl-virtualbox
Last synced: about 2 months ago
JSON representation
VBoxManage wrapper to use Virtualbox from WSL for Packer
- Host: GitHub
- URL: https://github.com/canhanhan/wsl-virtualbox
- Owner: canhanhan
- License: mit
- Created: 2018-10-11T22:10:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T23:56:06.000Z (about 6 years ago)
- Last Synced: 2023-10-21T11:19:06.109Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wsl-virtualbox
VBoxManage wrapper to use Virtualbox from WSL for Packer. This is very experimental and may cause issues. Use it in your own risk.## Installation
```bash
sudo su
mkdir -p /usr/local/bin
wget -O /usr/local/bin/VBoxManage.sh https://raw.githubusercontent.com/finarfin/wsl-virtualbox/master/VBoxManage.sh
chmod +x /usr/local/bin/VBoxManage.sh
ln -s /usr/local/bin/VBoxManage.sh /usr/bin/VBoxManage
exit
```## Validate
```bash
VBoxManage --version
```## Usage
No additional changes are required. You can use Packer's Virtualbox builders as usual.