当前位置:首页 > Windows程序 > 正文

window10使用vagrant virtualBox搭建centos7

标签:查看   一个   code   centos   win   info   初始化   虚拟机   lis   

安装vagrant virtualBox

在一个指定目录执行命令cmd

  vagrant init 初始化

  接着自动生成Vagrantfile配置文件,需要配置系统镜像,网络,硬件资源分配等

技术图片

 

下载 centos7的virtualbox镜像

  vagrant box add centos/7 e:tmpvirtualbox.box

查看virtualbox的系统

  vagrant box list

启动virtualbox中的虚拟机

  vagrant up

进入虚拟机系统

  vagrant ssh

window10使用vagrant virtualBox搭建centos7

标签:查看   一个   code   centos   win   info   初始化   虚拟机   lis   

温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/14304.html