Function list
Source pub fn list(all: bool) -> Result<CommandResult, NerdctlError>
Expand description
List containers
§Arguments
all - Whether to list all containers (including stopped ones)
§Returns
Result<CommandResult, NerdctlError> - Command result or error