Skip to content

Commit

Permalink
Added video for deploy from url feature (#1718)
Browse files Browse the repository at this point in the history
added video for deploy from url feature
  • Loading branch information
hellt authored Nov 13, 2023
1 parent 95761f6 commit 3b3cbef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cmd/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ When the lab is deployed using the URL, the repository is cloned in the current
Subsequent lab operations (such as destroy) must use the filesystem path to the topology file and not the URL.

???note "Remote labs workflow in action"
<video width="100%" controls>
<source src="https://gitlab.com/rdodin/pics/-/wikis/uploads/5f0a7579f85c7d6af1fe05c254f42bb5/remote-labs2.mp4" type="video/mp4">
</video>
<div class="iframe-container">
<iframe width="100%" src="https://www.youtube.com/embed/0QlUZsJGQDo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

###### HTTP(S)

Expand Down
6 changes: 6 additions & 0 deletions docs/rn/0.48.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Additionally, it is now also possible to copy the URL to a lab file that sits in

Another improvement added in #1704 allows you to specify the GitHub URL in its shortest form - `user/repo` - and Containerlab will automatically expand it to the full URL and will clone the repo. This is a very convenient way to quickly deploy labs from GitHub, less typing, less errors, more fun!

Here is a rundown of the new ways you can deploy labs:

<div class="iframe-container">
<iframe width="100%" src="https://www.youtube.com/embed/0QlUZsJGQDo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

## SSH key provisioning for Nokia SR OS

[Nokia SR OS](../manual/kinds/vr-sros.md) users get to enjoy a feature that was previously available only for SR Linux - the auto-provisioning of public SSH keys to enable password-less access.
Expand Down

0 comments on commit 3b3cbef

Please sign in to comment.