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:

  • config.vm.network "forwarded_port", guest: 3000, host: 3000, host_ip: "127.0.0.1" # forward default rails port
  • config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1" # forward default nginx port
  • config.vm.synced_folder "./", "/vagrant", type: "virtualbox", disabled: false # set up shared folder
  • config.vbguest.auto_update = false

run rails:

  • rails s -b #ip of guest#
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.45 GB)

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:

  • config.vm.network "forwarded_port", guest: 3000, host: 3000, host_ip: "127.0.0.1"
  • config.vm.synced_folder "./", "/vagrant", type: "virtualbox", disabled: false

run rails:

  • rails s -b #ip of guest#
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.45 GB)