Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InspectCmd = &cobra.Command{ Use: "inspect", Short: "inspect lab details", Long: "show details about a particular lab or all running labs\nreference: https://containerlab.dev/cmd/inspect/", Aliases: []string{"ins", "i"}, RunE: inspectFn, }
InspectCmd represents the inspect command.
Functions ¶
func PrintContainerInspect ¶
func PrintContainerInspect(containers []runtime.GenericContainer, format string) error
Types ¶
type TokenFileResults ¶
Click to show internal directories.
Click to hide internal directories.