質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

Q&A

解決済

1回答

2506閲覧

Vagrant up のエラー

R2D7

総合スコア16

CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

Vagrant

Vagrantは、VirtualBox上の仮想マシンを コマンドラインから作成してくれるソフトウェアです。 ビルド環境など容易に構築が可能です。

0グッド

0クリップ

投稿2018/06/18 06:52

ローカル環境で vagrant up  のエラーが下記のようになります。
環境は
PCはMAC
vagrant にvirtualboxでCentos7を設定してあります。
今までは問題なく、vagrant up から vagrant ssh まで成功していたのですが
アップグレード絡みの問題でしょうか?

$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'Centos7' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Box file was not detected as metadata. Adding it directly... ==> default: Adding box 'Centos7' (v0) for provider: virtualbox default: Downloading: Centos7 default: Progress: 0% (Rate: 0/s, Estimated time remaining: --:--The "metadata.json" file for the box 'Centos7' was not found. Boxes require this file in order for Vagrant to determine the provider it was made for. If you made the box, please add a "metadata.json" file to it. If someone else made the box, please notify the box creator that the box is corrupt. Documentation for box file format can be found at the URL below: https://www.vagrantup.com/docs/boxes/format.html

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

Centos7を立ち上げたいということであれば

config.vm.box = "Centos7"

となっている箇所を

config.vm.box = "centos/7"

としてみるのはどうでしょうか?

【参照】https://app.vagrantup.com/centos/boxes/7

投稿2018/06/18 07:49

euledge

総合スコア2404

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

R2D7

2018/06/18 12:32

centos7のディレクトリから、vagrant up を実行し忘れておりました。 ケアレスミスです。 ありがとうございます。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問