File: runc-list.8.md

package info (click to toggle)
runc 1.0.0~rc6%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,956 kB
  • sloc: sh: 1,386; ansic: 813; makefile: 115
file content (19 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# NAME
   runc list - lists containers started by runc with the given root

# SYNOPSIS
   runc list [command options]

# EXAMPLE
Where the given root is specified via the global option "--root"
(default: "/run/runc").

To list containers created via the default "--root":
       # runc list

To list containers created using a non-default value for "--root":
       # runc --root value list

# OPTIONS
   --format value, -f value     select one of: table or json (default: "table")
   --quiet, -q                  display only container IDs