vagrant: add box list example (#7810)

This commit is contained in:
hellojukay
2022-02-23 22:33:19 +08:00
committed by GitHub
parent 139450a866
commit 1d72e2f253

View File

@@ -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`