https://bugzilla.redhat.com/show_bug.cgi?id=1214464
--- Comment #14 from Sally somalley@redhat.com --- I'm running docker (Docker version 1.6.2, build 7c8fca2/1.6.2) installed on Centos 6.6 kernel: 2.6.32-504.23.4.el6.x86_64
First, I removed current Docker with: $ yum list installed | grep docker $ sudo yum -y remove <output from above>
I then installed Docker by using the build from Comment 9:
$ curl -O -sSL https://kojipkgs.fedoraproject.org//packages/docker-io/1.6.2/3.el6/x86_64/do...
$ sudo yum localinstall --nogpgcheck docker-io-1.6.2-3.el6.x86_64.rpm
$ sudo service docker start
Then the cmds in Comment 13 run with no errors.
Hopefully this will work for you (see Comment 11).