How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/ubuntu-14.04-i386"
  config.vm.box_version = "2.3.8"
end
vagrant init bento/ubuntu-14.04-i386 \
  --box-version 2.3.8
vagrant up

This version was created over 5 years ago.

{ "name": "ubuntu-14.04-i386", "version": "2.3.8", "build_timestamp": "20170717185805", "git_revision": "545a7b7af402a18af1eb657924df22bf6ee70e09", "git_status": "dirty", "box_basename": "ubuntu-14.04-i386-2.3.8", "template": "ubuntu-14.04-i386", "packer": "1.0.2", "vagrant": "1.9.7", "providers": [ { "name": "parallels", "version": "12.2.1", "file": "ubuntu-14.04-i386-2.3.8.parallels.box", "checksum_type": "sha256", "checksum": "9a323e3153804395f6e8079bd223525d0a669c77faff7b247b6f27ca0d31accf", "size": "349 MB", "build_time": 647 } ] }

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (353 MB)

  • virtualbox Hosted by Vagrant Cloud (301 MB)

  • parallels Hosted by Vagrant Cloud (348 MB)