How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minicoin/linux-cloud"
config.vm.box_version = "0.0.2"
end
vagrant init minicoin/linux-cloud \
--box-version 0.0.2
vagrant up
This version was created over 2 years ago.
Example for a minicoin machine:
machines:
- name: ubuntu-on-aws
box: minicoin/linux-cloud
provider: aws
roles:
- role: linux-desktop # installs the default linux desktop environment
- role: linux-builder # installs build tools and dependencies to be able to build Qt
Don't allocate disk space anymore, minicoin can now configure and attach EBS volumes.