Skip to content

Commit

Permalink
fixed missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Nov 19, 2020
1 parent 2c5d2cc commit 6264cd6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ But, of course, containerlab is perfectly capable of wiring up arbitrary contain
<div class="mxgraph" style="max-width:100%;border:1px solid transparent;margin:0 auto; display:block;" data-mxgraph="{&quot;page&quot;:1,&quot;zoom&quot;:1.5,&quot;highlight&quot;:&quot;#0000ff&quot;,&quot;nav&quot;:true,&quot;check-visible-state&quot;:true,&quot;resize&quot;:true,&quot;url&quot;:&quot;https://raw.githubusercontent.com/srl-wim/containerlab-diagrams/main/containerlab.drawio&quot;}"></div>

## Features
* **IaaC approach**
* **IaaC approach**
Declarative way of defining the labs by means of the [topology definition files](manual/topo-def-file.md).
* **Network Operating Systems centric**
* **Network Operating Systems centric**
Focus on containerized Network Operating Systems. The sophisticated startup requirements of various NOS containers are abstracted with [kinds](manual/kinds.md) which allows the user to focus on the use cases, rather than infrastructure.
* **Simplicity and convenience are keys**
* **Simplicity and convenience are keys**
One-click [installation](install.md) and upgrade capabilities.
* **Fast**
* **Fast**
Blazing fast way to create container based labs on any Debian or RHEL system.
* **Automated TLS certificates provisioning**
* **Automated TLS certificates provisioning**
The nodes which require TLS certs will get them automatically on start.
* **Documentation is a first-class citizen**
* **Documentation is a first-class citizen**
We do not let our users guess by making a complete, concise and clean [documentation](https://containerlab.srlinux.dev).
* **Lab catalog**
* **Lab catalog**
The "most-wanted" lab topologies are [documented and included](lab-examples/lab-examples.md) with containerlab installation. Based on this cherry-picked selection you can start crafting the labs answering your needs.

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/hellt/drawio-js@main/embed2.js?&fetch=https%3A%2F%2Fraw.githubusercontent.com%2Fsrl-wim%2Fcontainerlab-diagrams%2Fmain%2Fcontainerlab.drawio" async></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/hellt/drawio-js@main/embed2.js?&fetch=https%3A%2F%2Fraw.githubusercontent.com%2Fsrl-wim%2Fcontainerlab-diagrams%2Fmain%2Fcontainerlab.drawio" async></script>

0 comments on commit 6264cd6

Please sign in to comment.