From 4d6a1b73a6cd57be05863345316716f8ba2cb1fd Mon Sep 17 00:00:00 2001 From: Damien A Date: Fri, 20 Oct 2023 18:50:16 +0000 Subject: [PATCH] Update README --- documentation/INSTALLATION.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/documentation/INSTALLATION.md b/documentation/INSTALLATION.md index 7c36bde..1d586b9 100644 --- a/documentation/INSTALLATION.md +++ b/documentation/INSTALLATION.md @@ -16,24 +16,6 @@ bash -c "$(curl -sL https://get.containerlab.dev)" bash -c "$(wget -qO - https://get.containerlab.dev)" ``` -## Installing vrnetlab - -Vrnetlab places a VM inside a container and makes it executable as if it were a container image. -To do this, vrnetlab provides a set of scripts that build the container image from a VM disk provided by the user. - -```bash -# update and install dependencies -sudo apt update -sudo apt -y install python3-bs4 sshpass make -sudo apt -y install git - -# move to /opt and clone the project -cd /opt && sudo git clone https://github.com/hellt/vrnetlab - -# optional: change the directory permissions -sudo chown -R $USER:$USER vrnetlab -``` - ## Installing Docker This is the containerization engine used by ContainerLab. @@ -74,7 +56,7 @@ To add this new image to docker, please use the docker CLI command : docker import cEOS-lab-4.30.3M.tar ceos:4.30.3M ``` -### Cisco SR Linux +### Nokia SR Linux ```bash docker pull ghcr.io/nokia/srlinux