How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "marcinuz2/rocky8-custom" config.vm.box_version = "1.5.0" end
vagrant init marcinuz2/rocky8-custom \ --box-version 1.5.0 vagrant up
This version was created 10 months ago.
Docker 20.10.17