A packer template generating Vagrant boxes from balenaOS disk images.
$ cd packer
$ make
$ make import
This assumes you have balena-cli installed (the makefile will try to download the disk image for you).
Otherwise you can use make RAW_DISK=<path to IMG>
to use your own.
A vagrant plugin that adds support for running balenaOS guests.
$ cd vagrant-balenaos
$ bundle install --path vendor/bundle
$ bundle exec rake build
$ vagrant plugin install --local /path/to/vagrant-balenaos/pkg/vagrant-balenaos-*.gem
$ vagrant init -m balena/os
$ vagrant up