I created 5$ droplet to test deploying a vagrant machine on it. This is my Vagrantfile.
When trying to vagrant up my machine I get This error.
OS: Ubuntu 14.04 64-bit Kernel: 3.13.0-24-generic Vagrant: 1.6.3 VirtualBox: 4.3.10_Ubuntur93012
Any help on this one would be really appreciated … Thanks in advance !
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
It finally worked with this Vagrant box: config.vm.box = “hashicorp/precise32”
I was trying with a 64-bit vagrant box before.