https://bugzilla.redhat.com/show_bug.cgi?id=1212190
--- Comment #5 from Robert P. J. Day <[email protected]> --- OK, docker-1.8.1 finally showed up in updates-testing, so I updated, rebooted just to play it safe and: $ docker login Username: rpjday Password: Email: [email protected] Post http:///var/run/docker.sock/v1.20/auth: dial unix /var/run/docker.sock: permission denied. * Are you trying to connect to a TLS-enabled daemon without TLS? * Is your docker daemon up and running? $ docker is definitely running, and that is the error I expect to get whenever I try to invoke docker without "sudo". However, if I use "sudo", while it succeeds, my credentials will be stored under /root, obviously not what I want. I recall from somewhere mention of a possible "docker" group and, if one existed, the socket would be in that group, and any user who was also in that group would have extra privileges. On my Fedora 22 system, there is no such group, but there is this: dockerroot:x:966: I have no idea what it's for. Should all this be a new BZ report? Or just continue here? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
