vagrant init geerlingguy/centos7; vagrant up --provider virtualbox
vagrant で CentOS7 を動かしてみる。
Stderr: VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX) VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
エラーだ…VT-x is not available?はて、BIOS の設定は有効になっているはず…
うおおおHyper-v動いてるとダメなんかい…
Hyper-v自体にこだわりは無いけど、Docker for Windowsが依存してるので止められない。
しかたないのでvirtualboxは諦めてHyper-vで動かす方向でがんばる
vagrant init geerlingguy/centos7; vagrant up --provider hyperv
The box you're attempting to add doesn't support the provider you requested. Please find an alternate box or use an alternate provider. Double-check your requested provider to verify you didn't simply misspell it. > お使いの Box は Hyper-v をサポートしておりません。。。
default: Inserting generated public key within guest... default: Removing insecure key from the guest if it's present... default: Key inserted! Disconnecting and reconnecting using new SSH key... ==> default: Machine booted and ready!