Description of problem: docker daemon on RHEL6 (and centos) is patched to launch with 'lxc' execdriver, instead of the docker 'native' libcontainer Version-Release number of selected component (if applicable): $ docker version Client version: 0.11.1 Client API version: 1.11 Go version (client): go1.2.1 Git commit (client): fb99f99/0.11.1 Server version: 0.11.1 Server API version: 1.11 Git commit (server): fb99f99/0.11.1 Go version (server): go1.2.1 Last stable version: 0.11.1 The reason we had mad this switch was due to the network bridge setup for libcontainer had not worked correctly at first. This has since been fixed upstream. $ docker run -it fedora ping -c1 google.com PING google.com (173.194.121.1) 56(84) bytes of data. 64 bytes from iad23s25-in-f1.1e100.net (173.194.121.1): icmp_seq=1 ttl=45 time=16.2 ms --- google.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 16.294/16.294/16.294/0.000 ms
Once this update it made, if you would like to continue using the 'lxc' driver, just add "-e lxc" to the other_args variable in /etc/sysconfig/docker
docker-io-0.11.1-5.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/docker-io-0.11.1-5.el6
Package docker-io-0.11.1-5.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing docker-io-0.11.1-5.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1547/docker-io-0.11.1-5.el6 then log in and leave karma (feedback).
docker-io-1.0.0-3.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/docker-io-1.0.0-3.el6
docker-io-1.0.0-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.