SR Linux fails to boot when doing sudo as a non-root user #1356
Unanswered
matthewjmiller1
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi @matthewjmiller1 sudo -E containerlab... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying this introductory example to get started with containerlab:
https://containerlab.dev/lab-examples/single-srl/
It comes up when I actually run as root:
containerlab deploy --topo srl01.clab.yml
.However, if I run using
sudo
as a non-root user, it fails:When I ran with more verbose logging, this is the message that repeatedly fails until a timeout:
When I compare the docker logs for the two cases, in the sudo/non-root case I see these messages that aren't there in the root case:
I'm using Ubuntu 22.04 with Docker 23.0.5 and containerlab 0.40.0.
Is there anyway I can run this doing
sudo
as a non-root user?Beta Was this translation helpful? Give feedback.
All reactions