LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

apptainer-search

Search a container library for available images.

TLDR

Search the Container Library for images
$ apptainer search [query]
copy
Restrict the results to one architecture
$ apptainer search --arch [arm64] [query]
copy
Show only images that carry a signature
$ apptainer search --signed [query]
copy
Search a self-hosted library instead of the default
$ apptainer search --library [https://library.example.com] [query]
copy
Combine the filters
$ apptainer search --arch [amd64] --signed [query]
copy

SYNOPSIS

apptainer search [options] query

DESCRIPTION

apptainer search queries a Container Library for available container images matching the specified search terms. Results include image names, descriptions, and available tags.By default, searches are performed against the Sylabs Container Library. Alternative libraries can be specified using the --library option.

PARAMETERS

--arch architecture

Filter results by CPU architecture (default: amd64).
--signed
Only show containers with cryptographic signatures.
--library url
Specify an alternate Container Library URI to search.

INSTALL

sudo dnf install apptainer
copy
sudo pacman -S apptainer
copy
sudo apk add apptainer
copy
sudo zypper install apptainer
copy
brew install apptainer
copy
nix profile install nixpkgs#apptainer
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid