https://askubuntu.com/questions/779277/when-using-vagrant-stderr-vboxmanage-error-vt-x-is-not-available-verr-vmx-no
Arquivo da categoria: Vagrant
How to export a Vagrant virtual machine to transfer it
Moving VirtualBox and Vagrant to an external drive
How to Fix the Vagrant Error: The guest machine entered an invalid state while waiting for it to boot.
Docker has been getting a lot of good press recently. It’s a lightweight container environment running on Linux that is like a low-fat version of Vagrant. I thought it was time to try my hand
Vagrant – Getting Started on macOS
Vagrantfile Rails configuration
Empacontando sua primeira box Vagrant
Vagrant box com Ionic1
[code type=txt]
Vagrant.configure(“2”) do |config|
config.vm.box = “coutoarmando/ionic1”
config.vm.box_version = “1.0.1”
end
https://app.vagrantup.com/coutoarmando/boxes/ionic1/versions/1.0.1