How I can turn off HyperV Container features so that I can use Virtual Box and then turn them back on to use Docker for Windows
You can do below to disable:
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
bcdedit /set hypervisorlaunchtype off
---- Ambiente di sviluppo RoR con Vagrant ---- | |
http://www.intelligentbee.com/blog/2013/09/17/setup-a-simple-ruby-2-on-rails-4-environment-with-vagrant-and-virtual-box/ | |
1. Scaricare ed installare Vagrant | |
controllare la verione con: | |
> vagrant -v | |
2. Creare una cartella per l'applicazione Rails | |
>mkdir myapp |
Duplicator
Backup and restore
web_app$ bundle exec gem uninstall GEM_NAME
For RVM users: you have to use this method if you've set up a gemset for your particular project. Running:
gem uninstall GEM_NAME
from the project folder will uninstall GEM_NAME
from your global/system level gemset instead of bundler's.