Update Lab01 authored by Katharina Renk's avatar Katharina Renk
......@@ -7,19 +7,6 @@ In this lab, we will set up a simple topology with [containerlab](https://contai
The figure below shows what we want to set up using the goSDN-Controller, goSDN-CLI and gNMI:
![lab01-network](uploads/b7cb6d215f8ee7244fb0deb17abe747d/lab01-network.png)
## Run command to build the docker image for the gNMI target
First, go to your local gnmi-target repository:
```bash
cd gnmi-target
```
Next, build the image:
```bash
git checkout develop
make container
```
## Run the containerlab
Go to the directory of gosdn and use following command:
```bash
......
......