mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
vagrant: add box list example (#7810)
This commit is contained in:
parent
139450a866
commit
1d72e2f253
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue