How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cdempsey1221/ndms-rocky9-docker-x86_64-virtualbox"
config.vm.box_version = "1.0.0"
end
vagrant init cdempsey1221/ndms-rocky9-docker-x86_64-virtualbox \
--box-version 1.0.0
vagrant up
This version was created about 1 month ago.
Rocky9 with Docker and Ansible preinstalled