On Atomic, docker-io-1.3.2-3.git353ff40 fails to start: Dec 01 22:12:17 localhost.localdomain docker[816]: time="2014-12-01T22:12:17-05:00" level="fatal" msg="mkdir .docker: permission denied" My magic 8 ball^copy of git grep says: $ git grep -i dir.*\\.docker docker/flags.go: dockerCertPath = filepath.Join(getHomeDir(), ".docker") What's that doing? Well, when docker is started on the system, it doesn't have a home directory, it's just /. So on a mainline system, since docker runs with all privileges, it happily does mkdir("/.docker"). This fails on Atomic due to the protection from: https://bugzilla.gnome.org/show_bug.cgi?id=728006
Might be https://github.com/docker/docker/pull/8112
I'm overriding DOCKER_CERT_PATH to use /etc/docker in docker.sysconfig for now instead of patching out the source to use /etc/docker RE: https://github.com/docker/docker/issues/9468
This bug also affect F21 atomic.
See https://github.com/docker/docker/issues/9468
Mhh I got it wrong, it was on a centos 7 atomic, not F21 :/
(In reply to Michael Scherer from comment #5) > Mhh I got it wrong, it was on a centos 7 atomic, not F21 :/ what's the NVR: docker-1.4.1-3 ? http://cbs.centos.org/koji/buildinfo?buildID=595
Appending DOCKER_CERT_PATH=/etc/docker To /etc/sysconfig/docker worked for me on fedora atomic rawhide docker-io-1.4.1-3.fc22.x86_64
So iinm, 1.4.1-3 should've installed a /etc/sysconfig/docker.rpmnew (or something) with DOCKER_CERT_PATH=/etc/docker, but it won't be noticeable to most people I guess. I'm pushing a new build which will handle this regardless of config file.
docker-io-1.4.1-5.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/docker-io-1.4.1-5.fc21
Package docker-io-1.4.1-5.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing docker-io-1.4.1-5.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-0641/docker-io-1.4.1-5.fc21 then log in and leave karma (feedback).
docker-io-1.4.1-3.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/docker-io-1.4.1-3.el6
docker-io-1.4.1-5.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
docker-io-1.4.1-3.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.