码迷,mamicode.com
首页 > Windows程序 > 详细

window10使用vagrant+virtualBox搭建centos7

时间:2019-11-14 21:57:34      阅读:215      评论:0      收藏:0      [点我收藏+]

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

安装vagrant+virtualBox

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

  vagrant init 初始化

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

技术图片

 

下载 centos7的virtualbox镜像

  vagrant box add centos/7 e:\tmp\virtualbox.box

查看virtualbox的系统

  vagrant box list

启动virtualbox中的虚拟机

  vagrant up

进入虚拟机系统

  vagrant ssh

window10使用vagrant+virtualBox搭建centos7

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

原文地址:https://www.cnblogs.com/erfsfj-dbc/p/11862571.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!