From 40fd23d15d284eeddddc68b0674348dee5d73365 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Mon, 26 Mar 2018 15:03:13 -0700 Subject: [PATCH] Create README.md --- offspringidea/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 offspringidea/README.md diff --git a/offspringidea/README.md b/offspringidea/README.md new file mode 100644 index 0000000..661e75d --- /dev/null +++ b/offspringidea/README.md @@ -0,0 +1,19 @@ +# Custom Virtual Machine Size + +## Dependencies & Plugins + +This _Vagrantfile_ needs the Vagrant plugin `vagrant-disksize` to resize the _box_ file with this variable: `config.disksize.size = "120GB"` + +``` +vagrant plugin install vagrant-disksize +``` + +## Requirements + +Name | Box | CPU | RAM | Disk | +--------|-----------------|-----|-----|--------| +ubuntu1 | ubuntu/xenial64 | 1 | 1GB | 10GB* | +ubuntu2 | ubuntu/xenial64 | 1 | 4GB | 120GB* | +ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* | + +###### _*Disk size shown is the maximum capacity. Disk grows with usage. ~1GB of disk space required per OS install._