2018-03-26 22:06:19 +00:00
|
|
|
# Custom Virtual Machine Size
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
Name | Box | CPU | RAM | Disk |
|
|
|
|
---------|------------------------------|-----|-----|--------|
|
|
|
|
ubuntu1 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
ubuntu2 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
ubuntu4 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
|
|
|
|
freebsd5 | freebsd/FreeBSD-11.1-RELEASE | 1 | 1GB | 10GB* |
|
|
|
|
freebsd6 | freebsd/FreeBSD-11.1-RELEASE | 1 | 1GB | 10GB* |
|
2018-03-26 22:11:45 +00:00
|
|
|
|
2018-03-26 22:12:11 +00:00
|
|
|
## :floppy_disk: Setup and Start
|
2018-03-26 22:11:45 +00:00
|
|
|
|
|
|
|
One-liner:
|
|
|
|
|
|
|
|
```
|
|
|
|
mkdir ~/vm-imperialspeculate || cd ~/vm-imperialspeculate && curl -q https://raw.githubusercontent.com/stationgroup/vagrant-labs/master/imperialspeculate/Vagrantfile -O && vagrant up
|
|
|
|
```
|