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       [--help|-h]
14       [--socket|-s]=[value]
15       [--version|-v]
16
17
18
19       Usage:
20
21       crio-status [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
22
23
24
25

GLOBAL OPTIONS

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

COMMANDS

complete, completion

40       Generate bash, fish or zsh completions.
41
42

man

44       Generate the man page documentation.
45
46

markdown, md

48       Generate the markdown documentation.
49
50
51       --help, -h: show help
52
53
54   help, h
55       Shows a list of commands or help for one command
56
57

config, c

59       Show the configuration of CRI-O as TOML string.
60
61

containers, container, cs, s

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

info, i

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

help, h

75       Shows a list of commands or help for one command
76
77

FILES

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

SEE ALSO

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