How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tilteddev/rhel8-docker-helm"
config.vm.box_version = "1.0"
end
vagrant init tilteddev/rhel8-docker-helm \
--box-version 1.0
vagrant up
This version was created over 2 years ago.
Docker CE v3:20.10.12-3 and HELM v3.7.2 installed ( Docker Registry + HELM Repository included ).