1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 22:53:36 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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