window10使用vagrant+virtualBox搭建centos7

2021-01-29 13:13

阅读:538

标签:查看   一个   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


评论


亲,登录后才可以留言!