How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minicoin/macos-cloud"
end
vagrant init minicoin/macos-cloud
vagrant up
This version was created 9 months ago.
Bump macOS AMI to Monterey 12.4
This version was created 9 months ago.
Uses the AMI for macOS Monterey 12.1.
Example for a minicoin machine:
machines:
- name: macos-on-aws
box: minicoin/macos-cloud
provider: aws
roles:
- role: install
packages: [ ninja, cmake ]
This version was created about 1 year ago.
There isn't a description.
This version was created about 1 year ago.
Uses the AMI for macOS Monterey 12.1.
Example for a minicoin machine:
machines:
- name: macos-on-aws
box: minicoin/macos-cloud
provider: aws
roles:
- role: install
packages: [ ninja, cmake ]