Skip to content

Commit

Permalink
save state
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 22, 2024
1 parent b8039e5 commit 490fc67
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ SR Linux packs a lot of unique features that the IP and data center networking t

By adopting the modern software development practices and architectures we made SR Linux answer the requirements of the highly dynamic and programmable networks. The clean slate in front of us allowed us to build a modern software platform without carrying the legacy baggage of the previous generations.

At the same time, the new concepts and paradigms implemented in SR Linux might feel, well, _new_, to a seasoned network engineer knowing nothing better than an industry-standard CLI. To help newcomers to get started with SR Linux we have created this getting started guide that walks you through the basics of SR Linux Network Operating System (NOS) in an interactive and practical way.
At the same time, the new concepts and paradigms implemented in SR Linux might feel, well, _new_, to a seasoned network engineer who spent years punching commands in the industry-standard CLI. To help newcomers to get started with SR Linux we have invite you on an interactive journey that walks you through the basics of SR Linux Network Operating System (NOS) in a practical way.

The journey starts with deploying a small lab environment that we will use to get familiar with SR Linux and learn the core configuration and operational tasks.
The journey starts with deploying a small lab environment that we will use to get familiar with various SR Linux concepts and learn the core configuration and operational tasks. If your muscle memory forced you to open a tab to search where to download the SR Linux image, you can close it right now. The lightweight SR Linux container image is free and available to everyone.

:octicons-arrow-right-24: [Deploying a lab](lab.md)

Expand All @@ -22,7 +22,7 @@ This portal does not substitute but augments the official SR Linux documentation
2. Short and sweet URLs with the release version being part of the URL
1. https://doc.srlinux.dev/22-11 for the main documentation pages of SR Linux 22.11 release.
2. https://doc.srlinux.dev/rn22-11-2 for a direct link to Release Notes.
3. Network Infrastructure documentation collection - https://bit.ly/iondoc
3. Nokia Network Infrastructure documentation collection - https://bit.ly/iondoc

## My DCF Learning Labs

Expand Down
7 changes: 7 additions & 0 deletions docs/get-started/lab.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SR Linux Lab

<figure>
<div class='mxgraph' style='max-width:100%;border:1px solid transparent;margin:0 auto; display:block;' data-mxgraph='{"page":0,"zoom":2,"highlight":"#0000ff","nav":true,"resize":true,"edit":"_blank","url":"https://raw.githubusercontent.com/srl-labs/srlinux-getting-started/main/diagrams/topology.drawio"}'></div>
<figcaption>Lab topology</figcaption>
</figure>

## SR Linux container image

We believe that "learning by doing" yields the best results. With that in mind we made SR Linux container image available to everybody without any registration or licensing requirements :partying_face:
Expand Down Expand Up @@ -121,3 +126,5 @@ The logs of the running container can be displayed with `docker logs <container-

In case of the misconfiguration or runtime errors, container may exit abruptly. In that case it won't appear in the `docker ps` output as this command only shows running containers. Containers which are in the exited status will be part of the `docker ps -a` output.
In case your container exits abruptly, check the logs as they typically reveal the cause of termination.

<script type="text/javascript" src="https://viewer.diagrams.net/js/viewer-static.min.js" async></script>
8 changes: 8 additions & 0 deletions docs/stylesheets/nokia.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ h4 {
} */

/* Table styling */

/* we hide the tr with the th.hide-th class
this is needed when we want to use a table without a header
*/
tr:has(th.hide-th) {
display: none;
}

.md-typeset table:not([class]) th {
background-color: #124191;
}
Expand Down

0 comments on commit 490fc67

Please sign in to comment.