You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a container deployment fails as a result of a runtime error, the link creation stage should provide a clear error message instead of failed to Statfs "/proc/0/ns/net#2284
Open
jbemmel opened this issue
Nov 6, 2024
· 5 comments
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
hellt
changed the title
Confusing error when 'cmd' command fails
When a container deployment fails as a result of a runtime error, the link creation stage should provide a clear error message instead of failed to Statfs "/proc/0/ns/netDec 2, 2024
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:
The text was updated successfully, but these errors were encountered: