Skip to content

After the host machine rebooted, the links between nodes disappeared. #1451

Answered by steiler
binw666 asked this question in Q&A
Discussion options

You must be logged in to vote

Interfaces will disapear when the container stops. You will need to do another containerlab deploy to re-orchestrate the links.
To me it anyways seems liek you want to run simple linux containers.
What you can do in this case is to even use docker-compose or whatever mechanism you like to deploy and start the containers.
Then for the wiring, instead of using kind linux, you use "ext-container", which is just a reference to an already existing container to containerlab. Then we will just inject the links defined in the links section.
Take a look at the doc, here: https://containerlab.dev/manual/kinds/ext-container/

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@steiler
Comment options

@binw666
Comment options

Answer selected by binw666
Comment options

You must be logged in to vote
1 reply
@binw666
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants