How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "AndrewDryga/vagrant-digitalocean"
end
vagrant init AndrewDryga/vagrant-digitalocean
vagrant up
This version was created over 8 years ago.
vagrant-digitalocean
is a provider plugin for Vagrant that supports the management of Digital Ocean droplets (instances).
Features include:
The provider has been tested with Vagrant 1.1.5+ using Ubuntu 12.04 and CentOS 6.3 guest operating systems.
Complete information can be found in smdahlen/vagrant-digitalocean GitHub repo.
This version was created over 9 years ago.
There isn't a description.