zoukankan      html  css  js  c++  java
  • 在Mac和win7上分别安装了docker后,发现原来的vagrant都启动不了了

    在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

  • 相关阅读:
    PHP版本VC6与VC9/VC11/VC14、Thread Safe与None-Thread Safe等的区别
    Django 开发------django-crontab实现服务端的定时任务
    django HTML 数据处理
    HTML 罗盘式时钟
    Tcpdump 常用命令、参数记录
    jquery 实现 <imput>标签 密码框显示/隐藏密码功能
    Django 实现分页功能(django 2.2.7 python 3.7.5 )
    bootstrap 4 学习笔记
    IIS属性解析
    IIS站点权限设置
  • 原文地址:https://www.cnblogs.com/liugx/p/6192707.html
Copyright © 2011-2022 走看看