This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| virtualization:do_clab [2022/07/12 12:49] – created jotasandoku | virtualization:do_clab [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | sudo apt install python3-pip -y | + | __1.- VIA UI (OR TF) START INSTANCE AND ATTACH STORAGE__ |
| - | sudo python3 -m pip install netsim-tools | + | \\ |
| - | netlab | + | __2. AND 3. IN PARALLEL__ |
| + | \\ | ||
| + | 2.- Install docker and move it to external storage | ||
| + | sudo apt install | ||
| service docker stop | service docker stop | ||
| cat > / | cat > / | ||
| Line 8: | Line 11: | ||
| } | } | ||
| service docker start | service docker start | ||
| + | docker import / | ||
| + | 3.- Install rest of packages: | ||
| + | apt remove needrestart -y | ||
| + | # apt-get update -y | ||
| + | sudo apt install python3-pip -y | ||
| + | sudo python3 -m pip install netsim-tools | ||
| + | netlab install ubuntu ansible | ||
| git clone https:// | git clone https:// | ||
| + | |||
| + | __4.- jump into the folder and all ready__ | ||
| containerlab deploy -t clab.yml | containerlab deploy -t clab.yml | ||