Apptainer User Guide Logo
1.0
  • Introduction to Apptainer
  • Quick Start
  • Security in Apptainer
  • Build a container
  • The Definition File
  • Build Environment
  • Fakeroot feature
  • Sign and Verify
  • Key management commands
  • Encrypted Containers
  • Remote Endpoints
  • Library API Registries
  • Bind Paths and Mounts
  • Persistent Overlays
  • Running Services
  • Environment and Metadata
  • Plugins
  • Security Options
  • Network Options
  • Cgroups Support
  • Application Checkpointing
  • Singularity Compatibility
  • Support for Docker / OCI Containers
  • OCI Runtime Support
  • Apptainer and MPI applications
  • GPU Support
  • Contributing
  • Appendix
  • Command Line Reference
    • apptainer
    • apptainer build
    • apptainer cache
    • apptainer cache clean
    • apptainer cache list
    • apptainer capability
    • apptainer capability add
    • apptainer capability avail
    • apptainer capability drop
    • apptainer capability list
    • apptainer checkpoint
    • apptainer checkpoint create
    • apptainer checkpoint delete
    • apptainer checkpoint instance
    • apptainer checkpoint list
    • apptainer config
    • apptainer config fakeroot
    • apptainer config global
    • apptainer delete
    • apptainer exec
    • apptainer inspect
    • apptainer instance
    • apptainer instance list
    • apptainer instance start
    • apptainer instance stop
    • apptainer key
    • apptainer key export
    • apptainer key import
    • apptainer key list
    • apptainer key newpair
    • apptainer key pull
    • apptainer key push
    • apptainer key remove
    • apptainer key search
    • apptainer oci
    • apptainer oci attach
    • apptainer oci create
    • apptainer oci delete
    • apptainer oci exec
    • apptainer oci kill
    • apptainer oci mount
    • apptainer oci pause
    • apptainer oci resume
    • apptainer oci run
    • apptainer oci start
    • apptainer oci state
    • apptainer oci umount
    • apptainer oci update
    • apptainer overlay
    • apptainer overlay create
    • apptainer plugin
    • apptainer plugin compile
    • apptainer plugin create
    • apptainer plugin disable
    • apptainer plugin enable
    • apptainer plugin inspect
    • apptainer plugin install
    • apptainer plugin list
    • apptainer plugin uninstall
    • apptainer pull
    • apptainer push
    • apptainer remote
    • apptainer remote add
    • apptainer remote add-keyserver
    • apptainer remote list
    • apptainer remote login
    • apptainer remote logout
    • apptainer remote remove
    • apptainer remote remove-keyserver
    • apptainer remote status
    • apptainer remote use
    • apptainer run
    • apptainer run-help
    • apptainer search
      • Synopsis
      • Examples
      • Options
      • SEE ALSO
    • apptainer shell
    • apptainer sif
    • apptainer sif add
    • apptainer sif del
    • apptainer sif dump
    • apptainer sif header
    • apptainer sif info
    • apptainer sif list
    • apptainer sif new
    • apptainer sif setprim
    • apptainer sign
    • apptainer test
    • apptainer verify
    • apptainer version
  • License
Apptainer User Guide

Warning

You're browsing the documentation for an old version of Apptainer. Consider upgrading to the latest version of Apptainer.

Documentation for the latest version can always be found at:
https://apptainer.org/docs/user/latest/

  • Command Line Interface
  • apptainer search
  • Edit on GitHub

apptainer search

Search a Container Library for images

Synopsis

Search a Container Library for container images matching the search query. You can specify an alternate architecture, and/or limit the results to only signed images.

apptainer search [search options...] <search_query>

Examples

$ apptainer search lolcow
$ apptainer search --arch arm64 alpine
$ apptainer search --signed tensorflow

Options

    --arch string      architecture to search for (default "amd64")
-h, --help             help for search
    --library string   URI for library to search
    --signed           search for only signed images

SEE ALSO

  • apptainer -

Linux container platform optimized for High Performance Computing (HPC) and Enterprise Performance Computing (EPC)

Auto generated by spf13/cobra on 16-Feb-2023

Previous Next

Built with Sphinx using a theme provided by Read the Docs.
© Contributors to the Apptainer project, established as Apptainer a Series of LF Projects LLC
© 2017-2022, Sylabs Inc