在Mac和win7上分别安装了docker后,发现原来的vagrant都启动不了了

liugx@liugx vagrant$ vagrant up

/opt/vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/pre-rubygems.rb:31: warning: Insecure world writable dir /usr/local/tomcat/bin in PATH, mode 040777

/opt/vagrant/embedded/gems/gems/bundler-1.10.6/lib/bundler/shared_helpers.rb:78: warning: Insecure world writable dir /usr/local/tomcat/bin in PATH, mode 040777

==>  Provider 'virtualbox' not found. We'll automatically install it now...

The installation process will start below. Human interaction may be

required at some points. If you're uncomfortable with automatically

installing this provider, you can safely Ctrl-C this process and install

it manually.

==>  Downloading VirtualBox 5.0.10...

This may not be the latest version of VirtualBox, but it is a version

that is known to work well. Over time, we'll update the version that

is installed.

Progress: 2% (Rate: 45571/s, Estimated time remaining: 0:18:54)^Z

[1]+  Stopped                 vagrant up

vagrant Provider 'virtualbox' not found. We'll automatically install it now.

这是由于安装docker时,更新的vm,所以导致低版本的vagrant找不到virtualbox,原来的vagrant是1.8.1的,由于下载巨慢,所以把下载好的分享出来

Mac和win环境的1.9.1版本

链接: https://pan.baidu.com/s/1jIobZp0 密码: 4kps

最新文章

  1. 你知不知道 Cookie正在泄露你的隐私!
  2. jquery validate.addMethod 正则表达式
  3. 解决WinForm(C#)中MDI子窗体最大化的问题
  4. 设置WebSphere字符集参数
  5. 以程序的方式操纵NTFS的文件权限(陈皓)
  6. socket的accept函数解析
  7. “一切都是消息”--MSF(消息服务框架)入门简介
  8. Practical Web Penettation Testing (the first one Mutillidae 大黄蜂)
  9. sql语句start with connect by prior语法解析
  10. selenium定位下拉框
  11. OS基础:动态链接库(二)
  12. chomd文件权限授予
  13. MySQL基础之 AND和OR运算符
  14. NOIP2017 题解
  15. Controlling DNS prefetching
  16. 去掉第一次ssh连接的yes问题
  17. 获取当前UnixTime的零点时间戳
  18. Java 数组的三种创建方法,数组拷贝方法
  19. Redis 过期时间
  20. tomcat故障——数据库未授权

热门文章

  1. python中time()时间的相关问题
  2. Java读写Excel
  3. shell的初步介绍
  4. SpringInAction--自动化装配Bean(显示装配之xml配置)
  5. SpringInAction--自动化装配(显示装配之 java注解配置)
  6. css移动元素的几种方法
  7. 《利用Python进行数据分析》笔记---第2章--来自bit.ly的1.usa.gov数据
  8. fiddler与Charles的区别
  9. Familia:百度NLP开源的中文主题模型应用工具包
  10. sql基础语法复习(二)-- 分组,连接的使用