.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-search - Search a Container Library for images .SH SYNOPSIS .PP \fBapptainer search [search options...] \fP .SH DESCRIPTION .PP 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. .SH OPTIONS .PP \fB--arch\fP="amd64" architecture to search for .PP \fB-h\fP, \fB--help\fP[=false] help for search .PP \fB--library\fP="" URI for library to search .PP \fB--signed\fP[=false] search for only signed images .SH EXAMPLE .EX $ apptainer search lolcow $ apptainer search --arch arm64 alpine $ apptainer search --signed tensorflow .EE .SH SEE ALSO .PP \fBapptainer(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra