1crio-status(8)              System Manager's Manual             crio-status(8)
2
3
4

NAME

6       crio-status - A tool for CRI-O status retrieval
7
8
9

SYNOPSIS

11       crio-status
12
13
14              [--help|-h]
15              [--socket|-s]=[value]
16              [--version|-v]
17
18
19
20       Usage:
21
22
23              crio-status [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
24
25
26
27

GLOBAL OPTIONS

29       --help, -h: show help
30
31
32       --socket,   -s="":   absolute   path   to  the  unix  socket  (default:
33       /var/run/crio/crio.sock)
34
35
36       --version, -v: print the version
37
38
39

COMMANDS

complete, completion

42       Generate bash, fish or zsh completions.
43
44

man

46       Generate the man page documentation.
47
48

markdown, md

50       Generate the markdown documentation.
51
52
53       --help, -h: show help
54
55

config, c

57       Show the configuration of CRI-O as TOML string.
58
59

containers, container, cs, s

61       Display detailed information about the provided container ID.
62
63
64       --id, -i="": the container ID
65
66

info, i

68       Retrieve generic information about CRI-O, like the cgroup  and  storage
69       driver.
70
71

help, h

73       Shows a list of commands or help for one command
74
75

FILES

77       crio.conf (/etc/crio/crio.conf)
78         cri-o  configuration  file  for all of the available command-line op‐
79       tions for
80         the crio(8) program, but in a TOML format that  can  be  more  easily
81       modified
82         and versioned.
83
84
85       policy.json (/etc/containers/policy.json)
86         Signature  verification policy files are used to specify policy, e.g.
87       trusted
88         keys, applicable when deciding whether to accept an image,  or  indi‐
89       vidual
90         signatures of that image, as valid.
91
92
93       registries.conf (/etc/containers/registries.conf)
94         Registry  configuration file specifies registries which are consulted
95       when
96         completing image names that do not include a registry or domain  por‐
97       tion.
98
99
100       storage.conf (/etc/containers/storage.conf)
101         Storage  configuration  file specifies all of the available container
102       storage
103         options for tools using shared container storage.
104
105
106

SEE ALSO

108       crio.conf(5),  crio.conf.d(5),   oci-hooks(5),   policy.json(5),   reg‐
109       istries.conf(5), storage.conf(5)
110
111
112
113                                                                crio-status(8)
Impressum