How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "palantir/ubuntu-default" config.vm.box_version = "1.1.1" end
vagrant init palantir/ubuntu-default \ --box-version 1.1.1 vagrant up
This version was created over 8 years ago.
Built from tag v1.1.1 on Palantir's Maker Box
tag v1.1.1