Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Virtual Machine with Vagrant
authored
Apr 26, 2023
by
Katharina Renk
Show whitespace changes
Inline
Side-by-side
Deployment/Virtual-Machine-with-Vagrant.md
View page @
23a34107
...
@@ -25,12 +25,9 @@ https://code.fbi.h-da.de/danet/gosdn
...
@@ -25,12 +25,9 @@ https://code.fbi.h-da.de/danet/gosdn
```
```
# 🚀 Build Vagrant VM
# 🚀 Build Vagrant VM
Go to the directory lab-vm in the gosdn repository:
Go to the directory lab-vm in the gosdn repository
and start the VM
:
```
bash
```
bash
cd
gosdn/lab-vm/
cd
gosdn/lab-vm/
```
Use following command to build and start the VM:
```
bash
vagrant up
vagrant up
```
```
...
...