Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 340 Bytes

vagrant init.md

File metadata and controls

27 lines (16 loc) · 340 Bytes

vagrant init

0x0 Overview

syntax

vagrant init [name[url]]

用于生成 Vagrantfile

0x1 Optional args

  • --box-version

    Vagrantfile 中 box 使用的 version

0x2 Examples

 vagrant init --box-version '> 0.1.5' hashicorp/bionic64

references