.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-search - Search a Container Library for images .SH SYNOPSIS .PP \fBsingularity search [search options...] \fP .SH DESCRIPTION .PP Search a Container Library for container images matching the search query. (default cloud.sylabs.io). 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] architecture to search for .SH EXAMPLE .PP .RS .nf $ singularity search lolcow $ singularity search --arch arm64 alpine $ singularity search --signed tensorflow .fi .RE .SH SEE ALSO .PP \fBsingularity(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra