Facing error while deploying xrd routers using containerlab #2370
Unanswered
rahulsharma02jul
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I never used cisco_xrd, but you’ll need to remove the "cmd: /bin/bash" lines or replace them with a command that actually exists in the xrd-control-plane image—unfortunately, /bin/bash isn’t there. If removing the cmd lines leads to a “no command specified” error, try specifying an actual startup command or just rely on the container’s default entrypoint. The examples also using the default entrypoint |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Experts,
I am trying to deploy xrd routers using containerlab with this small .yaml file
When i try to deploy using sudo clab deploy -c... it creates the containers but immediately powers them off and shows below error:
If i remove the cmd statements, it shows below error:
Please suggest, Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions