containerlab icon indicating copy to clipboard operation
containerlab copied to clipboard

`inspect --all` doesn't list ignite (or non-default) runtime containers

Open hellt opened this issue 3 years ago • 2 comments

as discovered in #1171

hellt avatar Jan 18 '23 10:01 hellt

I suppose you need something like clab.WithAllRuntimes() where you build and initialise as many runtimes as you can (assuming some of them will fail the Init() call)

networkop avatar Jan 18 '23 10:01 networkop

it would not be too bad keeping an index to keep track of which topologies and thereby which containers where deployed also using which runtimes. We could store this in a common folder, like /usr/local/containerlab/<idx_file>. This would also help figuring out relastions from containers that do not have our custom containerlab labels (e.g. kind).

steiler avatar Jan 18 '23 11:01 steiler

ignite is not in the scope right now, closing until there is more interest

hellt avatar Jul 10 '24 21:07 hellt