How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minicoin/linux-cloud"
end
vagrant init minicoin/linux-cloud
vagrant up
This version was created 1 day ago.
Update instance type to t3.2xlarge
This version was created 2 days 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: qt-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.
This version was created 4 months 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.
This version was created 5 months 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