hi, I've just pushed to cloud.centos.org a test build for a CentOS-6-x86_64 docker image. Please test and provide feedback. The image is hosted at http://cloud.centos.org/centos/6/devel/ and is called : CentOS-6.5-x86_64-GA-docker_01.img.tar.bz2 sha256sum for this file: dab02fd8eafa80995830d0bacdf6a7ae6bcad8cd94af6f71c747dc861ebb77d9 ---- Known Issues: * Need to run rpm --rebuilddb inside the container once, otherwise yum is largely non functional. * There seem to be some selinux issues ( afaict, leaving libselinux intact would fix that ) ---- Using this image: (with epel enabled, on your CentOS-6.5/x86_64 host ): # yum install docker-io # /sbin/service docker start # docker import http://cloud.centos.org/centos/6/devel/CentOS-6.5-x86_64-GA-docker_01.img.tar.bz2 c65_x64 test1 # docker images ( you should see the image listed ) # docker run -t -i <image id> /bin/bash ( you should now be inside the container ) bash-4.1# rpm --rebuilddb ---- Contributing changes: please send pull requests via: https://github.com/CentOS/sig-cloud-instance-build regards, -- Karanbir Singh, Project Lead, The CentOS Project +44-207-0999389 | http://www.centos.org/ | twitter.com/CentOS GnuPG Key : http://www.karan.org/publickey.asc