Skip to content

Instantly share code, notes, and snippets.

@parthaa
Created May 6, 2015 22:20
Show Gist options
  • Save parthaa/2088098257547ca67c15 to your computer and use it in GitHub Desktop.
Save parthaa/2088098257547ca67c15 to your computer and use it in GitHub Desktop.
curl -s -i -L http://localhost:2375/v1.15/images/search?term=centos
HTTP/1.1 200 OK
Content-Type: application/json
Date: Wed, 06 May 2015 22:19:51 GMT
Transfer-Encoding: chunked
[{"description":"The official build of CentOS.","is_official":true,"is_trusted":false,"name":"centos","star_count":978}
,{"description":"Ansible on Centos7","is_official":false,"is_trusted":true,"name":"ansible/centos7-ansible","star_count":40}
,{"description":"Centos image with SSH access. For the root password, either set the ROOT_PASS environment variable or check the logs for a randomly generated one.","is_official":false,"is_trusted":true,"name":"tutum/centos","star_count":13}
vs
[vagrant@katello-galaxy ~]$ curl -s -i -L http://localhost:2375/v1.15/images/search?term=centos
HTTP/1.1 200 OK
Content-Type: application/json
Date: Wed, 06 May 2015 22:19:10 GMT
Transfer-Encoding: chunked
[{"description":"The official build of CentOS.","is_official":true,"is_trusted":false,"name":"docker.io: docker.io/centos","star_count":978}
,{"description":"Ansible on Centos7","is_official":false,"is_trusted":true,"name":"docker.io: docker.io/ansible/centos7-ansible","star_count":40}
,{"description":"Centos image with SSH access. For the root password, either set the ROOT_PASS environment variable or check the logs for a randomly generated one.","is_official":false,"is_trusted":true,"name":"docker.io: docker.io/tutum/centos","star_count":13}
,{"description":"Bare-bones base CentOS 6.5 image","is_official":false,"is_trusted":true,"name":"docker.io: docker.io/blalor/centos","star_count":9}
,{"description":"CentOS-6 6.6 x86_64 / Apache / PHP / PHP memcached / PHP APC / Composer.","is_official":false,"is_trusted":true,"name":"docker.io: docker.io/jdeathe/centos-ssh-apache-php","star_count":8}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment