How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "takeoutmoneywallet/my-ubuntu"
  config.vm.box_version = "1.0.0"
end
vagrant init takeoutmoneywallet/my-ubuntu \
  --box-version 1.0.0
vagrant up

This version was created 4 months ago.

There isn't a description.

2 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (685 MB)
  • qemu
    unknown Hosted by Vagrant Cloud (685 MB)