Update Virtual Machine with Vagrant authored by Katharina Renk's avatar Katharina Renk
...@@ -68,6 +68,10 @@ Status of VM ...@@ -68,6 +68,10 @@ Status of VM
```bash ```bash
vagrant status vagrant status
``` ```
Connect to VM via ssh
```bash
vagrant status
```
Take a snapshot Take a snapshot
```bash ```bash
vagrant snapshot vagrant snapshot
... ...
......