项目作者: pozgo

项目描述 :
Centos 7 Vagrant Box
高级语言: Shell
项目地址: git://github.com/pozgo/vagrant-box-centos7.git
创建时间: 2016-02-04T12:55:50Z
项目社区:https://github.com/pozgo/vagrant-box-centos7

开源协议:

下载


Vagrant Box with CentOS 7

This repository is building CentOS 7 base image with some packages already installed. Auto-update wil run every time you build new image.

Build

To build image run:
packer build packer.json

Build only one provider (virtualbox or parallels)

Available options are:

  • parallels-iso
  • virtualbox-iso

packer build -only=parallels-iso packer.json

Push

To push to atlas:
packer push -name name/centos7 packer.json