https://bugzilla.redhat.com/show_bug.cgi?id=1219534
Bug ID: 1219534 Summary: Getting docker daemon not running error Product: Fedora EPEL Version: epel7 Component: docker-io Assignee: ichavero@redhat.com Reporter: ramesh.reddy@bankofamerica.com QA Contact: extras-qa@fedoraproject.org CC: adimania@gmail.com, admiller@redhat.com, golang@lists.fedoraproject.org, hushan.jia@gmail.com, ichavero@redhat.com, jchaloup@redhat.com, jperrin@centos.org, lsm5@redhat.com, mattdm@redhat.com, mgoldman@redhat.com, miminar@redhat.com, s@shk.io, thrcka@redhat.com, vbatts@redhat.com
Description of problem: Getting docker daemon not running error
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce: 1. Installed EPEL on 6.5 RHEL 2. Installed docker-io 3. Able to run "docker" command 4. When running "docker run -i -t fedora /bin/bash" command using without root, getting below error FATA[0000] Post http:///var/run/docker.sock/v1.17/containers/create: dial unix /var/run/docker.sock http:///var/run/docker.sock/v1.17/containers/create:%20dial%20unix%20/var/run/docker.sock : permission denied. Are you trying to connect to a TLS-enabled daemon without TLS?
However, with root getting diff error like below for the same command FATA[0000] Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
Actual results:
Expected results:
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1219534
Daniel Walsh dwalsh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |dwalsh@redhat.com Assignee|ichavero@redhat.com |lsm5@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1219534
Lokesh Mandvekar lsm5@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|epel7 |el6 Assignee|lsm5@redhat.com |adimania@gmail.com
https://bugzilla.redhat.com/show_bug.cgi?id=1219534
Daniel Walsh dwalsh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |WONTFIX Last Closed| |2015-08-20 23:26:50
--- Comment #1 from Daniel Walsh dwalsh@redhat.com --- We are not supporting docker-io on rhel6. Their are problems with linux kernel.
golang@lists.fedoraproject.org