23 lines
932 B
Markdown
23 lines
932 B
Markdown
# 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 | 512MB | 21GB* |
|
||
freebsd6 | freebsd/FreeBSD-11.1-RELEASE | 1 | 512MB | 21GB* |
|
||
|
||
###### _*Disk size shown is the maximum capacity. Disk grows with usage. ~1GB of disk space required per OS install._
|
||
|
||
## :floppy_disk: Setup and Start
|
||
|
||
One-liner:
|
||
|
||
```
|
||
mkdir ~/vm-imperialspeculate || cd ~/vm-imperialspeculate && curl -q https://raw.githubusercontent.com/stationgroup/vagrant-labs/master/imperialspeculate/Vagrantfile -O && vagrant up
|
||
```
|