1crio-status(8) System Manager's Manual crio-status(8)
2
3
4
6 crio-status - A tool for CRI-O status retrieval
7
8
9
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
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
42 Generate bash, fish or zsh completions.
43
44
46 Generate the man page documentation.
47
48
50 Generate the markdown documentation.
51
52
53 --help, -h: show help
54
55
56 help, h
57 Shows a list of commands or help for one command
58
59
61 Show the configuration of CRI-O as TOML string.
62
63
65 Display detailed information about the provided container ID.
66
67
68 --id, -i="": the container ID
69
70
72 Retrieve generic information about CRI-O, like the cgroup and storage
73 driver.
74
75
77 Shows a list of commands or help for one command
78
79
81 crio.conf (/etc/crio/crio.conf)
82 cri-o configuration file for all of the available command-line op‐
83 tions for
84 the crio(8) program, but in a TOML format that can be more easily
85 modified
86 and versioned.
87
88
89 policy.json (/etc/containers/policy.json)
90 Signature verification policy files are used to specify policy, e.g.
91 trusted
92 keys, applicable when deciding whether to accept an image, or indi‐
93 vidual
94 signatures of that image, as valid.
95
96
97 registries.conf (/etc/containers/registries.conf)
98 Registry configuration file specifies registries which are consulted
99 when
100 completing image names that do not include a registry or domain por‐
101 tion.
102
103
104 storage.conf (/etc/containers/storage.conf)
105 Storage configuration file specifies all of the available container
106 storage
107 options for tools using shared container storage.
108
109
110
112 crio.conf(5), crio.conf.d(5), oci-hooks(5), policy.json(5), reg‐
113 istries.conf(5), storage.conf(5)
114
115
116
117 crio-status(8)