VirtualBox
6.1.22r144080
Vagrant
2.2.16
の環境内で
vagrant init bento/centos-7
を作成し、
sed -i '' -e 's/# config.vm.network "private_network", ip: "◯◯◯"/config.vm.network "private_network", ip: "◯◯◯"/' Vagrantfile
でIP取得
仮想マシーンを起動後、マシーン状態確認
$ vagrant status
Current machine states:
default running (virtualbox)
The VM is running. To stop this VM, you can run vagrant halt
to
shut it down forcefully, or you can run vagrant suspend
to simply
suspend the virtual machine. In either case, to restart it again,
simply run vagrant up
.
その後、vagrant ssh にて立ち上げてた際に
$ vagrant ssh
Last login: Sun May 23 09:59:49 2021 from 10.0.2.2
This system is built by the Bento project by Chef Software
More information can be found at https://github.com/chef/bento
このようなコードが出ます。
その後、バージョンをphpなど確認するもファイルがありませんと出ます。
おそらく立ち上げの際にうまくいっていないように感じるのですが、色々検索して試してみたのですが、状況の変化が見られなかったので、こちらに質問させていただこうと至りました。もしよろしければ、ご教授の程よろしくお願いします。
また、現行で仮想を使いPHPやRUBYのを行うには、どのアプリケーションがおすすめなどありましたら教えていただきたいです。
まだ私は、プログラミングをドットインストールで学習している素人です。
不愉快な質問でしたら誠の申し訳ございません。
回答1件
あなたの回答
tips
プレビュー