diff --git a/content/articles/2025-05-04-containerlab-2.md b/content/articles/2025-05-04-containerlab-2.md index 5b9bc4a..3b8eff2 100644 --- a/content/articles/2025-05-04-containerlab-2.md +++ b/content/articles/2025-05-04-containerlab-2.md @@ -19,11 +19,11 @@ performance almost the same as on bare metal. But did you know that VPP can also The other day I joined the [[ZANOG'25](https://nog.net.za/event1/zanog25/)] in Durban, South Africa. One of the presenters was Nardus le Roux of Nokia, and he showed off a project called [[Containerlab](https://containerlab.dev/)], which provides a CLI for orchestrating and managing -container-based networking labs. It starts the containers, builds a virtual wiring between them to -create lab topologies of users choice and manages labs lifecycle. +container-based networking labs. It starts the containers, builds virtual wiring between them to +create lab topologies of users' choice and manages the lab lifecycle. Quite regularly I am asked 'when will you add VPP to Containerlab?', but at ZANOG I made a promise -to actually add them. In the previous [[article]({{< ref 2025-05-03-containerlab-1.md >}})], I took +to actually add it. In my previous [[article]({{< ref 2025-05-03-containerlab-1.md >}})], I took a good look at VPP as a dockerized container. In this article, I'll explore how to make such a container run in Containerlab!