How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "drk/centos-7"
end
vagrant init drk/centos-7
vagrant up
This version was created about 1 year ago.
centOS 7.2 with: rvm 1.29.12-next | ruby 2.3.1 | puppetserver version: 7.4.2 | puppet-agent-7.19.0-1.el6.x86_64 | nginx version: nginx/1.20.1 | git version 1.8.3.1 | node v10.24.1 | yarn 1.22.19
recommended vagrant file additions:
run rails:
This version was created about 1 year ago.
centOS 7.2 with: rvm 1.29.12-next | ruby 2.3.1 | puppetserver version: 7.4.2 | puppet-agent-7.19.0-1.el6.x86_64 | nginx version: nginx/1.20.1 | git version 1.8.3.1
recommended vagrant file additions:
run rails: