What is the Apptainer equivalent to `docker image ls`?
May 20, 8:08am

In Apptainer (formerly Singularity), the equivalent command to docker image ls (which lists all Docker images on your system) is:

bash
apptainer cache list

This command will show you all the cached Apptainer/Singularity images on your system.

If you want to list images in a specific directory (not just the cache), you can use:

bash
ls /path/to/your/sif/files

(Apptainer/Singularity images are typically stored as .sif files.)

Would you like help with anything else related to Apptainer?

May 20, 8:08am

This is a shared conversation and may include unverified content that doesn't reflect Mistral AI's views. Login to resume chatting.

Vibe can make mistakes. Check answers. Learn more