logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

runc-list - lists containers

Description

       The  list  commands  lists  containers.  Note  that a global --root option can be specified to change the
       default root. For the description of --root, see runc(8).

Examples

       To list containers created with the default root:

       # runc list

       To list containers in a human-readable JSON (with the help of jq(1) utility):

       # runc list -f json | jq

       To list containers created with the root of /tmp/myroot:

       # runc --root /tmp/myroot

Name

runc-list - lists containers

Options

--format|-ftable|json
              Specify the format. Default is table. The json format provides more details.

       --quiet|-q
              Only display container IDs.

See Also

runc(8).

                                                                                                    runc-list(8)

Synopsis

runclist [option ...]

See Also