I've uploaded this image to the registry as stpierre/centos6:latest, so you can also test by doing: docker run -t -i stpierre/centos6 /bin/bash Or in your Dockerfile: FROM stpierre/centos6 On Mon, Mar 31, 2014 at 8:01 PM, Karanbir Singh <kbsingh at centos.org> wrote: > 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 > _______________________________________________ > CentOS-devel mailing list > CentOS-devel at centos.org > http://lists.centos.org/mailman/listinfo/centos-devel > -- Chris St. Pierre -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-devel/attachments/20140401/ad2e095f/attachment-0007.html>