소스 검색

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:
 
 `vagrant ssh-config`
+
+- List all local boxes:
+
+`vagrant box list`