Skip to content

dockerpedia/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use?

Search images of the user

curl -X POST \
  http://localhost:8080/api/v1/viz \
  -H 'content-type: application/json' \
  -d '{ "user": "google"}'

Search images with an installed package

curl -X POST \
  http://localhost:8080/api/v1/viz \
  -H 'content-type: application/json' \
  -d '{ "package": "nginx"}'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages