~~~<br />
[<a href="mailto:root@centos7">root@centos7</a> ~]# uname -a<br />
Linux centos7.kasured.com 3.10.0-229.1.2.el7.x86_64 #1 SMP Fri Mar 27 03:04:26 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux<br />
<br />
[<a href="mailto:root@centos7">root@centos7</a> ~]# docker version<br />
Client version: 1.5.0-dev<br />
Client API version: 1.18<br />
Go version (client): go1.3.3<br />
Git commit (client): fc0329b/1.5.0<br />
OS/Arch (client): linux/amd64<br />
Server version: 1.5.0-dev<br />
Server API version: 1.18<br />
Go version (server): go1.3.3<br />
Git commit (server): fc0329b/1.5.0<br />
OS/Arch (server): linux/amd64<br />
<br />
[<a href="mailto:root@centos7">root@centos7</a> ~]# docker login <private><br />
Username: ***<br />
Password: <br />
Email: *****<br />
Login Succeeded<br />
<br />
[<a href="mailto:root@centos7">root@centos7</a> ~]# docker pull <private>/<user>/redis<br />
Trying to pull repository <private>/<user>/redis ... failed<br />
FATA[0000] Authentication is required.<br />
<br />
[<a href="mailto:root@centos7">root@centos7</a> ~]# systemctl status docker.service -l<br />
docker.service - Docker Application Container Engine<br />
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled)<br />
Active: active (running) since Mon 2015-04-06 20:49:51 MSK; 11min ago<br />
Docs: <a href="http://docs.docker.com">http://docs.docker.com</a> [<a href="http://docs.docker.com" target="_blank">^</a>]<br />
Main PID: 10923 (docker)<br />
CGroup: /system.slice/docker.service<br />
└─10923 /usr/bin/docker -d --selinux-enabled<br />
Apr 06 21:00:14 centos7.kasured.com docker[10923]: time="2015-04-06T21:00:14+03:00" level="info" msg="-job resolve_repository(<private>/<user>/redis) = OK (0)"<br />
Apr 06 21:00:14 centos7.kasured.com docker[10923]: time="2015-04-06T21:00:14+03:00" level="info" msg="authConfig does not conform to given endpoint ( != <private>)"<br />
Apr 06 21:00:14 centos7.kasured.com docker[10923]: Authentication is required.<br />
Apr 06 21:00:14 centos7.kasured.com docker[10923]: time="2015-04-06T21:00:14+03:00" level="info" msg="-job pull(<private>/<user>/redis, latest) = ERR (1)"<br />
~~~
↧