Skip to content

Commit

Permalink
added mydcf section
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 22, 2024
1 parent 0310c7d commit 6ffc820
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 10 additions & 4 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker pull ghcr.io/nokia/srlinux

When image is referenced without a tag, the latest container image version will be pulled. To obtain a specific version of a containerized SR Linux, refer to the [list of tags](https://github.com/orgs/nokia/packages/container/srlinux/versions) the `nokia/srlinux` image has and change the `docker pull` command accordingly.

### Running SR Linux
## Running SR Linux

When the image is pulled to a local image store, you can start exploring SR Linux by either running a full-fledged lab topology, or by starting a single container to explore SR Linux CLI and its management interfaces.

Expand All @@ -37,7 +37,7 @@ A system on which you can run SR Linux containers should conform to the followin

Let's explore the different ways you can launch SR Linux container.

#### Docker CLI
### Docker CLI

`docker` CLI offers a quick way to run a standalone SR Linux container:

Expand Down Expand Up @@ -65,7 +65,7 @@ Using docker CLI is a viable approach when all you need is to run a standalone c

For multi-node SR Linux deployments containerlab[^3] offers a better way.

#### Containerlab
### Containerlab

<div class="mxgraph" style="max-width:100%;border:1px solid transparent;margin:0 auto; display:block;" data-mxgraph="{&quot;page&quot;:4,&quot;zoom&quot;:1,&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-labs/containerlab/diagrams/containerlab.drawio&quot;}"></div>

Expand Down Expand Up @@ -113,7 +113,7 @@ INFO[0001] Writing /etc/hosts file
+---+--------------------+--------------+-----------------------+------+-------+---------+----------------+----------------------+
```

#### Deployment verification
### Deployment verification

Regardless of the way you spin up SR Linux container it will be visible in the output of the `docker ps` command. If the deployment process went well and the container did not exit, a user can see it with `docker ps` command:

Expand Down Expand Up @@ -196,6 +196,12 @@ supported models:
<SNIP>
```

## My DCF Learning Labs

More than just a lab service, **My DCF Learning Labs** offers lab exercises complete with inline instructions and solutions, giving you everything you need in one easy-to-use browser-based application - access multiple lab types and exercises to develop your SR Linux skills.

[Learn more](https://www.nokia.com/networks/training/dcf/my-dcf-learning-labs/?utm_source=Learn+SR+Linux) about My DCF Learning Labs and [watch a tutorial](https://www.youtube.com/watch?v=ycDNLoYrdko), or [request your free access now](https://forms.office.com/e/x8d1P1rdNt).

[^1]: Centos 7.3+ has a 3.x kernel and won't be able to run SR Linux container images newer than v22.11.
[^2]: for example [gnmic](https://gnmic.openconfig.net)
[^3]: The labs referenced on this site are deployed with containerlab unless stated otherwise
Expand Down
8 changes: 3 additions & 5 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
{% block announce %}

<span class="twemoji">
<img alt="🥳" class="twemoji" src="https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f973.svg"
title=":partying_face:">
<img alt="🥳" class="twemoji" src="https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1faf6.svg"
title="We love our community!">
</span>
Enjoy the most recent <b><a href="https://learn.srlinux.dev/get-started/#getting-the-image">SR Linux 24.3</a></b>
release and join our <b><a href="https://discord.gg/tZvgjQ6PZf">Discord</a></b>
server to learn more!
Join our <b><a href="https://discord.gg/tZvgjQ6PZf">Discord</a></b> to chat with the community!
{% endblock %}

<!-- Content -->
Expand Down

0 comments on commit 6ffc820

Please sign in to comment.