-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue/2025 01 24 update quickstart docs #8693
base: master
Are you sure you want to change the base?
Changes from all commits
5a9b5bd
29010f4
52b63d5
46ee1e7
ba729fb
ab49952
14fa70a
5900fd1
ad223b4
2ec931a
e27174a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,7 @@ Go to the `SR Linux` folder and then `containerlab` to spin-up the containers: | |
|
||
cd examples/Networking/SR\ Linux/containerlab | ||
sudo docker pull ghcr.io/nokia/srlinux:latest | ||
sudo docker pull ghcr.io/inmanta/orchestrator:latest | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know about this one. I'm not sufficiently familiar with the containers to review this part. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bartv wdyt ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The image looks good, but I am not sure why we are pulling it here, containerlab will do it too |
||
sudo clab deploy -t topology.yml | ||
|
||
`Containerlab` will spin-up: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this code setup still work with the new disk layout?