An open API service indexing awesome lists of open source software.

https://github.com/futuretea/harvester-vagrant

Vagrantfile for github.com/harvester/harvester
https://github.com/futuretea/harvester-vagrant

harvester vagrant

Last synced: over 1 year ago
JSON representation

Vagrantfile for github.com/harvester/harvester

Awesome Lists containing this project

README

          

# harvester-vagrant

## build box
You need to manually press Enter on the grub page
```bash
sudo packer build ./template.json
```

## define network
```bash
sudo virsh net-define --file network.xml
```

## up box
```bash
sudo vagrant up
```