Changes
Page history
Update Prerequisites
authored
May 02, 2023
by
Katharina Renk
Hide whitespace changes
Inline
Side-by-side
Labs/Prerequisites.md
View page @
39f07fe1
...
@@ -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
```