Vagrant使用指南:说明vagrant命令的用法
发布时间
阅读量:
阅读量

Vagrant是一款采用Ruby语言编写的工具,其设计初衷是为了解决开发环境中配置一致性所面临的挑战。在本系列教程中,我们将逐步学习如何运用Vagrant进行相关操作。在前一篇文章中,我们已经实践了诸如vagrant version、init、up以及ssh等命令,本文将对一些常用的指令进行简要说明。
命令一览
以下为vagrant1.8.5版本中所包含的各项命令列表。
| 命令 | 详细解释 |
|---|---|
| box | manages boxes: installation, removal, etc. |
| connect | connect to a remotely shared Vagrant environment |
| destroy | stops and deletes all traces of the vagrant machine |
| global-status | outputs status Vagrant environments for this user |
| halt | stops the vagrant machine |
| help | shows |
全部评论 (0)
还没有任何评论哟~
