Hitsuji_monのブログ~ 村上春樹のあれ ~

文学好きな組み込み系エンジニア

【#100DaysOfCode】Day30 Vagrantを用いた仮想環境の導入

仮想マシンのを使う環境を整えようとした。

Day30

仮想環境の作成: Vagrantで作成・制御し、Virtualboxと紐付け



手順

  • ドットインストールレッスン「Vagrant」に従う
Error:virtual upしても、VBoxに表示されない(VBox上で削除したりしたのが原因か)
The VirtualBox VM was created with a user that doesn't match the
current user running Vagrant. VirtualBox requires that the same user
be used to manage the VM that was created. Please re-run Vagrant with
that user. This is not a Vagrant issue.

The UID used to create the VM was: 0
Your UID is: 501

tech.fleeker.net