お世話になります。html以外は初心者です。
Windows7で仮想サーバの構築をしようとVirtualBoxとVagrantを初めてインストールしました。
コマンドプロンプトでvagrant up を実行すると以下「ファイルが開けない」とエラーメッセージが出ます。何が原因でしょうか?もしかしたらフォルダの構造やダウンロードしたファイルの場所が合ってないのでは?と疑念をだいています(一番下に記載)。どなたかご教示いただけないでしょうか。よろしくお願いいたします。
C:\localdev>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'centos' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Adding box 'centos' (v0) for provider: virtualbox
default: Downloading: centos
default:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Couldn't open file /localdev/centos
■vagrant upの前に以下を実行して成功しているように見えます。
C:\localdev>vagrant box add centos https://github.com/2creatives/vagrant-centos/
releases/download/v6.5.3/centos65-x86_64-20140116.box
==> box: Adding box 'centos' (v0) for provider:
box: Downloading: https://github.com/2creatives/vagrant-centos/releases/down
load/v6.5.3/centos65-x86_64-20140116.box
box: Progress: 100% (Rate: 192k/s, Estimated time remaining: --:--:--)
==> box: Successfully added box 'centos' (v0) for 'virtualbox'!
C:\localdev>vagrant box list
centos65-x86_64-20140116 (virtualbox, 0)
C:\localdev>vagrant init centos
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.
C:\localdev\Vagrantfile ファイルの以下15行目
config.vm.box = "centos"
29行目コメントアウトはずして保存。
config.vm.network "private_network", ip: "192.168.33.10"
■ファイルの構造
C:\Users\ユーザ名.vagrant.d
C:\Users\ユーザ名.vagrant.d\boxes\centos65-x86_64-20140116
C:\Users\ユーザ名.VirtualBox
C:\localdev.vagrant\machines\default\virtualbox(このフォルダは空です)
C:\HashiCorp
C:\Program Files\Oracle\VirtualBox
長文ですみません。ご教示の程よろしくお願いいたします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。