Update Lab00 authored by Katharina Renk's avatar Katharina Renk
......@@ -5,20 +5,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:
![lab00-network](uploads/8368a36fc08940d10ec416b8875c70a8/lab00-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:
......
......