[doc] inform on how to shutdown a box

This commit is contained in:
Laurent Peuch 2018-06-27 14:09:11 +02:00
parent a638e7f819
commit bc7c10bd10

View file

@ -186,6 +186,13 @@ cd /path/to/dev/env
vagrant suspend stretch-unstable vagrant suspend stretch-unstable
``` ```
Alternatively you can shut it down:
```bash
cd /path/to/dev/env
vagrant halt stretch-unstable
```
## Develop on a remote server ## Develop on a remote server
Firstly, you need to understand that it is a dev tool : you shouldn't run it on a production environment ! Firstly, you need to understand that it is a dev tool : you shouldn't run it on a production environment !