How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "clubdeuce/devbox"
  config.vm.box_version = "0.2.0"
end
vagrant init clubdeuce/devbox \
  --box-version 0.2.0
vagrant up

This version was created almost 3 years ago.

  • Ubuntu 20.04
  • Fix config errors in PHP-FPM, mySQL, and Nginx
3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (656 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (628 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (701 MB)