How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "isra/trustry-lxc-puppet-i386"
  config.vm.box_version = "0.10"
end
vagrant init isra/trustry-lxc-puppet-i386 \
  --box-version 0.10
vagrant up

This version was created almost 10 years ago.

Fixed url

There are no providers for this version.