mirror of https://github.com/CrimsonTome/tldr.git
vagrant: add halt example (#2961)
parent
f6dd87cc15
commit
49e97b7879
|
@ -18,6 +18,10 @@
|
||||||
|
|
||||||
`vagrant suspend`
|
`vagrant suspend`
|
||||||
|
|
||||||
|
- Halt the machine:
|
||||||
|
|
||||||
|
`vagrant halt`
|
||||||
|
|
||||||
- Connect to machine via SSH:
|
- Connect to machine via SSH:
|
||||||
|
|
||||||
`vagrant ssh`
|
`vagrant ssh`
|
||||||
|
|
Loading…
Reference in New Issue