How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "pacool/centos8-wildfly21"
end
vagrant init pacool/centos8-wildfly21
vagrant up
This version was created about 2 months ago.
Exposes management console on public interface
This version was created about 2 months ago.
Initial version