浏览代码

vagrant: add box list example (#7810)

hellojukay 3 年之前
父节点
当前提交
1d72e2f253
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/common/vagrant.md

+ 4 - 0
pages/common/vagrant.md

@@ -30,3 +30,7 @@
 - Output the SSH configuration file of the running Vagrant machine:
 - Output the SSH configuration file of the running Vagrant machine:
 
 
 `vagrant ssh-config`
 `vagrant ssh-config`
+
+- List all local boxes:
+
+`vagrant box list`