{"id":964,"date":"2019-12-29T19:04:21","date_gmt":"2019-12-29T19:04:21","guid":{"rendered":"http:\/\/buklijas.info\/blog\/?p=964"},"modified":"2019-12-29T19:04:24","modified_gmt":"2019-12-29T19:04:24","slug":"installing-vagrant-on-windows-10","status":"publish","type":"post","link":"http:\/\/buklijas.info\/blog\/2019\/12\/29\/installing-vagrant-on-windows-10\/","title":{"rendered":"Installing Vagrant on Windows 10"},"content":{"rendered":"
Published on:<\/strong> 29.12.2019<\/p>\n I am a fan of CLI packet managers (because they save me time). How difficult can it be? Instalment of Vagrant and VirtualBox look easy:<\/p>\n Init and up:<\/p>\n Have we have first problems:<\/p>\n
\nOn Windows Chocolatey<\/a>
\nis the only option, so I tried to install Vagrant<\/a> with VirtualBox<\/a> as hypervisor with it.<\/p>\n
\nMore then I expected.<\/p>\nchoco install vagrant\nchoco install virtualbox\n<\/code><\/pre>\n
vagrant init bento\/centos-7.4\nvangarant up\n<\/code><\/pre>\n
C:\\vagrant up\nBringing machine 'default' up with 'hyperv' provider...\ndefault: Verifying Hyper-V is enabled...\nThe Hyper-V cmdlets for PowerShell are not available! Vagrant\nrequires these to control Hyper-V. Please enable them in the\n\"Windows Features\" control panel and try again.\n<\/code><\/pre>\n