github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/man/runc-list.8.md (about)

     1  # NAME
     2     runc list - lists containers started by runc with the given root
     3  
     4  # SYNOPSIS
     5     runc list [command options]
     6  
     7  # EXAMPLE
     8  Where the given root is specified via the global option "--root"
     9  (default: "/run/runc").
    10  
    11  To list containers created via the default "--root":
    12         # runc list
    13  
    14  To list containers created using a non-default value for "--root":
    15         # runc --root value list
    16  
    17  # OPTIONS
    18     --format value, -f value     select one of: table or json (default: "table")
    19     --quiet, -q                  display only container IDs