Open jbemmel opened 1 day ago
this error means that this (or another) container existed before we reached the link creation phase. Did it?
Yes, it exists briefly and then terminates
cmd: "false"
may reproduce the issue
this is "expected", since containers should not exit normally
You should use exec
to run commands inside the containers, and cmd
is to change the daemon command that container runs
I made a mistake, but the error message could be clearer. Containerlab shouldn't even try to access an exited container
For a Linux container I added the following
cmd
line:During initial startup, the subnet was unavailable so the command failed:
However, that's not the error I get from clab. Instead: