Update Prerequisites authored by Katharina Renk's avatar Katharina Renk
...@@ -88,6 +88,10 @@ bash -c "$(curl -sL https://get.containerlab.dev)" ...@@ -88,6 +88,10 @@ bash -c "$(curl -sL https://get.containerlab.dev)"
sudo apt install make sudo apt install make
``` ```
# Login to the code.fbi.h-da.de repository
```bash
sudo docker login registry.code.fbi.h-da.de
```
# Download the repositories # Download the repositories
## Get the goSDN repository from the Gitlab site ## Get the goSDN repository from the Gitlab site
...@@ -153,8 +157,4 @@ Next, build the image: ...@@ -153,8 +157,4 @@ Next, build the image:
git checkout develop git checkout develop
make container make container
``` ```
## Login to the code.fbi.h-da.de Repository
```bash
sudo docker login registry.code.fbi.h-da.de
```