An alternative front-end search for Docker containers.
- Searching by namespace and queries
- Sorting and filters for search refining
- Simple and compact UI
- Use the top options bar to set search parameters
- Click the + next to a result to show the tags
- Click on a tag's
yto view its possible architecture variants or operating system versions
To retrieve raw JSON data, use: host/search?
With possible query parameters:
qquery (string)- The search string to look for
nnamespace (string)- The namespace of the results
ppage (int)- The page number
archarchitecture (string,...)- The architecture(s) that results must contain at least one of
osoperating system (string,...)- The operating system(s) that results must contain at least one of
For example, host/search?n=library&q=liberty will get all results under the namespace library (AKA official) that match the query liberty.