CLI tool for fetching images for containerd

Sravya Bandari
Sravya Bandari
  • Updated


Author:
Sravya Bandari

Date: January 20, 2024

Audience: Everyone

Environmental details: Self-hosted (KOTS) 9.6+ versions 

Summary: 

From version 9.6 of Jama, we have moved from docker to the containerd service on the application side. This document outlines the utility and documents for listing and removing images.

Solution:
We can use the crictl utility (will work for both Docker and ContainerD). Many commands used for docker are transferrable. E.g. docker ps becomes crictl ps

Some example commands:

sudo crictl images - for listings the images
sudo crictl rmi <image-name>:<tag> - for removing the image

 

Related Articles, Work orders, Zendesk tickets, Defects, etc. 

 

Feedback: Please leave feedback in the comments below.

 

Related to

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.