回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,16 @@
|
|
1
1
|
BOXがダウンロードされるので、サイズのよりそのくらい掛かっても不思議ではありません。
|
2
2
|
国内のサーバであればもっと早いと思います。
|
3
|
-
atlas.hashicorp.comは結構重いですね。
|
3
|
+
atlas.hashicorp.comは結構重いですね。
|
4
|
+
|
5
|
+
## 以下追記
|
6
|
+
参考までに、現在の環境で実施した場合は4分弱でした。
|
7
|
+
|
8
|
+
```
|
9
|
+
$ time vagrant box add centos-6.5-i386 https://atlas.hashicorp.com/bento/boxes/centos-6.7-i386/versions/2.2.3/providers/virtualbox.box
|
10
|
+
==> box: Box file was not detected as metadata. Adding it directly...
|
11
|
+
==> box: Adding box 'centos-6.5-i386' (v0) for provider:
|
12
|
+
box: Downloading: https://atlas.hashicorp.com/bento/boxes/centos-6.7-i386/versions/2.2.3/providers/virtualbox.box
|
13
|
+
==> box: Successfully added box 'centos-6.5-i386' (v0) for 'virtualbox'!
|
14
|
+
|
15
|
+
real 3m46.753s
|
16
|
+
```
|