Skip to content

Instantly share code, notes, and snippets.

@Hexa
Created May 5, 2014 16:25
Show Gist options
  • Select an option

  • Save Hexa/fc11117095584f43fde2 to your computer and use it in GitHub Desktop.

Select an option

Save Hexa/fc11117095584f43fde2 to your computer and use it in GitHub Desktop.
$ curl -X GET http://docker-registry.example.com:5000/v1/search 2> /dev/null | jq .
{
"results": [
{
"name": "library/ubuntu-14.04.base",
"description": ""
},
{
"name": "library/ubuntu-13.10.base",
"description": ""
}
],
"query": "",
"num_results": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment