Update Prerequisites authored by Katharina Renk's avatar Katharina Renk
...@@ -75,7 +75,10 @@ If an error occurs it is recommended to log in again, so the .profile can be app ...@@ -75,7 +75,10 @@ If an error occurs it is recommended to log in again, so the .profile can be app
# Install Docker # Install Docker
Use the [**Installation Guide**](https://docs.docker.com/engine/install/) for Windows, MacOS and Linux to install Docker on your machine. Use the [**Installation Guide**](https://docs.docker.com/engine/install/) for Windows, MacOS and Linux to install Docker on your machine.
# Login to the code.fbi.h-da.de repository
```bash
sudo docker login registry.code.fbi.h-da.de
```
# Install Containerlab # Install Containerlab
```bash ```bash
...@@ -87,11 +90,6 @@ bash -c "$(curl -sL https://get.containerlab.dev)" ...@@ -87,11 +90,6 @@ bash -c "$(curl -sL https://get.containerlab.dev)"
```bash ```bash
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
... ...
......