How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "magec/bionic64-lxc"
end
vagrant init magec/bionic64-lxc
vagrant up
This version was created over 2 years ago.
Fix issue with static ip setting
This version was created almost 3 years ago.
Bionic image with puppet 6
This version was created over 3 years ago.
Upgraded
This version was created about 4 years ago.
Add rsync
This version was created about 4 years ago.
Bionic 18.04.02
This version was created almost 5 years ago.
Use dhcp
This version was created almost 5 years ago.
Static net
This version was created almost 5 years ago.
Initial Version