prlctl list
Displays a list of Containers on the Hardware Node. Displays information on Containers on the Hardware Node.
Syntax
prlctl list --vmtype ct [-a,--all] [-o,--output <field>[,...]] [-s,--sort <field|-field>]
[-t,--template] [-j,--json]
prlctl list -i,--info --vmtype ct [CT_ID|CT_name] [-f,--full] [-t,--template] [-j,--json]
Options
Name
|
Description
|
-a, --all
|
List all running, stopped, suspended, and paused Containers. If this and the rest of the parameters are omitted, only the running Containers will be displayed.
|
-t, --template
|
List available Container templates instead of actual Containers.
|
-o, --output <field> [,...]
|
Display only the specified fields. For the list of fields, see prlctl list Output Parameters.
Type field names in lower case. Separate multiple fields with commas.
|
-s, --sort <field|-field>
|
Sort Containers by the specified field in either ascending or descending order.
|
-i, --info
|
Display detailed information about the specified Container.
|
-f, --full
|
Display detailed information about network cards in Containers. Used with the --info option.
|
<CT_ID|CT_name>
|
The ID or name of the Container for which to display the detailed information. If not specified, the information will be displayed for all registered Containers.
|
-j, -json
|
Produce machine-readable output in the JSON format.
|
|