Browse Source

vagrant: add box list example (#7810)

hellojukay 3 years ago
parent
commit
1d72e2f253
1 changed files with 4 additions and 0 deletions
  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`