How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "danmikita/centos"
end
vagrant init danmikita/centos
vagrant up
This version was created about 9 years ago.
Removing the password expiration time limit for the DEFAULT user.
This version was created over 9 years ago.
Initial upload