Crictl: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


=Overview=
=Overview=
<code>crictl</code> provides a command line interface for CRI-compatible container runtimes. <code>containerd</code> is one of them.


=List Images=
=List Images=

Revision as of 23:51, 7 December 2023

External

Internal

Overview

crictl provides a command line interface for CRI-compatible container runtimes. containerd is one of them.

List Images

crictl images

Remove an Image

crictl rmi <image-id>