https://bugzilla.redhat.com/show_bug.cgi?id=1041400
Bug ID: 1041400 Summary: docker permission denied errors Product: Fedora Version: rawhide Component: docker-io Assignee: lsm5@redhat.com Reporter: lsm5@redhat.com QA Contact: extras-qa@fedoraproject.org CC: golang@lists.fedoraproject.org, lsm5@redhat.com, mattdm@redhat.com, mgoldman@redhat.com, vbatts@redhat.com
Description of problem: rest api calls seem to fail for docker on rawhide
Version-Release number of selected component (if applicable): 0.7.1 (both rpm and binary released by upstream)
How reproducible: consistent
Steps to Reproduce: 1. install docker-io (via yum or upstream binary) 2. try 'docker search' / 'docker pull' / 'docker login' or anything else
Actual results: $ sudo docker search fedora 2013/12/12 09:43:53 Error: Get https://index.docker.io/v1/search?q=fedora: dial tcp 54.234.135.251:443: permission denied
Expected results: should show a list of fedora images
Additional info: I didn't find this in f19 or epel (only on rawhide)
https://bugzilla.redhat.com/show_bug.cgi?id=1041400
Daniel Walsh dwalsh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2014-05-22 12:17:16
--- Comment #1 from Daniel Walsh dwalsh@redhat.com --- I don't believe this is still true.
golang@lists.fedoraproject.org