Changes
Page history
Update Lab00
authored
Jan 30, 2024
by
Katharina Renk
Show whitespace changes
Inline
Side-by-side
Labs/Lab00.md
View page @
d5c63ec9
...
...
@@ -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:

## 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:
...
...
...
...