微服务架构-windows vagrant虚拟环境搭建

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wxb880114/article/details/81705546

在windows下利用vagrant运行mesos环境

1、下载virtual box;

2、下载vagrant

3、下载box镜像

4、本地添加镜像

F:\Vagrant\mesos>vagrant box add "centos/7" centos-7.0-x86_64.box
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'centos/7' (v0) for provider:
    box: Unpacking necessary files from: file://F:/Vagrant/mesos/centos-7.0-x86_64.box
    box: Progress: 100% (Rate: 12.9M/s, Estimated time remaining: --:--:--)
==> box: Successfully added box 'centos/7' (v0) for 'virtualbox'!

5、vagrant up 启动

Failed to locate the powershell executable on the available PATH. Please
ensure powershell is installed and available on the local PATH, then
run the command again.

在环境变量中配置powerShell

版本不对需要升级3.0

猜你喜欢

转载自blog.csdn.net/wxb880114/article/details/81705546
今日推荐