Skip to content
forked from btbd/ImageHub

Alternative front-end for DockerHub

License

Notifications You must be signed in to change notification settings

asdlei99/ImageHub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageHub

An alternative front-end search for Docker containers.

Features

  • Searching by namespace and queries
  • Sorting and filters for search refining
  • Simple and compact UI

Usage

  • Use the top options bar to set search parameters
  • Click the + next to a result to show the tags
  • Click on a tag's y to view its possible architecture variants or operating system versions

Request Usage

To retrieve raw JSON data, use: host/search?

With possible query parameters:

  • q
    • query (string) - The search string to look for
  • n
    • namespace (string) - The namespace of the results
  • p
    • page (int) - The page number
  • arch
    • architecture (string,...) - The architecture(s) that results must contain at least one of
  • os
    • operating 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.

About

Alternative front-end for DockerHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 52.4%
  • JavaScript 33.8%
  • HTML 12.9%
  • Other 0.9%