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
57 Show the configuration of CRI-O as TOML string.
58
59
61 Display detailed information about the provided container ID.
62
63
64 --id, -i="": the container ID
65
66
68 Retrieve generic information about CRI-O, like the cgroup and storage
69 driver.
70
71
73 Shows a list of commands or help for one command
74
75
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
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)