This sub-project allows us to create vagrant base images that are used inside vagrant. This solved the long initial setup time and improved reliability since the image won't change.
Vagrant Cloud: https://app.vagrantup.com/dpdk-nl
Tasks overview:
How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dpdk-nl/ubuntu-20.04"
end
Vagrant Cloud Download URL: https://app.vagrantup.com/dpdk-nl/boxes/ubuntu-20.04
https://github.com/DPDK-NL/vagrant
Last modified | Wednesday, March 24, 2021, 9:08:59 AM UTC |
Last author | Glenn de Haan |
Commit ID | 319f2b7 |