From 49e97b7879b6c18073ba0475cad954cc3106a8be Mon Sep 17 00:00:00 2001 From: Larry Lu Date: Tue, 30 Apr 2019 15:52:55 +0800 Subject: [PATCH] vagrant: add halt example (#2961) --- pages/common/vagrant.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/vagrant.md b/pages/common/vagrant.md index 7d4e0d98c..67e4f3e0a 100644 --- a/pages/common/vagrant.md +++ b/pages/common/vagrant.md @@ -18,6 +18,10 @@ `vagrant suspend` +- Halt the machine: + +`vagrant halt` + - Connect to machine via SSH: `vagrant ssh`