DescriptionRamesh Mohan Reddy
2015-05-07 14:11:33 UTC
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: