Linux command
apptainer-search 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Search
apptainer search [query]
Example
apptainer search --arch [amd64|arm64|386|ppc64le|s390x] [query]
Example
apptainer search --signed [query]
Example
apptainer search --library [library_url] [query]
说明
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.
参数
- --arch _architecture_
- Filter results by CPU architecture
- --signed
- Only show containers with cryptographic signatures
- --library _url_
- Search in a specific Container Library
FAQ
What is the apptainer-search command used for?
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.
How do I run a basic apptainer-search example?
Run `apptainer search [query]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --arch _architecture_ do in apptainer-search?
Filter results by CPU architecture