-
I am a beginner and I have a question that has been bothering me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Koiocs, The first way is to change the default image using the The second way is to specify the device's image into the
Hope this helps. Cheers, |
Beta Was this translation helpful? Give feedback.
-
It helps a lot! Thank you so much! |
Beta Was this translation helpful? Give feedback.
Hi @Koiocs,
there are two ways to change devices' image.
The first way is to change the default image using the
kathara settings
command. By default, the image is set tokathara/base
. This change will, indeed, start all the devices using the Quagga daemon (which is probably a bit too invasive).The second way is to specify the device's image into the
lab.conf
file. For example, if the device name isrouter1
, you can specify the desired image as follows:Hope this helps.
Cheers,
Mariano.