vagrant: add halt example (#2961)

italian
Larry Lu 2019-04-30 15:52:55 +08:00 committed by Owen Voke
parent f6dd87cc15
commit 49e97b7879
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
`vagrant suspend`
- Halt the machine:
`vagrant halt`
- Connect to machine via SSH:
`vagrant ssh`