Vagrantを使用して、仮想マシンを作成しようとしていますが、本のように、running(virtualbox)と表示されません
ビジネスサイトを作って学ぶWordPressの教科書19ページ
PCはマックを使用しております。著者の本の正誤表はすでに確認しております。
コードの表示(ブロック)
Last login: Thu Nov 11 14:34:52 on ttys000 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. kei-no-MacBook-Air:~ kei$ cd /Users/kei/Desktop/ kei-no-MacBook-Air:Desktop kei$ mkdir pacificmall kei-no-MacBook-Air:Desktop kei$ cd pacificmall kei-no-MacBook-Air:pacificmall kei$ vagrant init prime-strategy/kusanagi-wp5 --box-version 1.0 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. kei-no-MacBook-Air:pacificmall kei$ ls Vagrantfile kei-no-MacBook-Air:pacificmall kei$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'prime-strategy/kusanagi-wp5'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'prime-strategy/kusanagi-wp5' version '1.0' is up to date... ==> default: There was a problem while downloading the metadata for your box ==> default: to check for updates. This is not an error, since it is usually due ==> default: to temporary network problems. This is just a warning. The problem ==> default: encountered was: ==> default: ==> default: SSL certificate problem: self signed certificate in certificate chain ==> default: ==> default: If you want to check for box updates, verify your network connection ==> default: is valid and try again. ==> default: Setting the name of the VM: pacificmall_default_1636615684491_31898 ==> default: Clearing any previously set network interfaces... The IP address configured for the host-only network is not within the allowed ranges. Please update the address used to be within the allowed ranges and run the command again. Address: 192.168.33.10 Ranges: 192.168.56.0/21 Valid ranges can be modified in the /etc/vbox/networks.conf file. For more information including valid format see: https://www.virtualbox.org/manual/ch06.html#network_hostonly kei-no-MacBook-Air:pacificmall kei$ vagrant status Current machine states: default poweroff (virtualbox) The VM is powered off. To restart the VM, simply run `vagrant up` kei-no-MacBook-Air:pacificmall kei$ コードの表示(ブロック)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/11/11 02:07
2021/11/11 02:50
2021/11/11 06:07