Sign inSign up

centminmod/centos65base

By centminmod

Updated almost 11 years ago

CentOS 6.5 base image for CentminMod projects

Image
0

372

centminmod/centos65base repository overview

Docker base image created on Oracle 6.5 with 3.8.13 UEK3 Linux Kernel based server with Centmin Mod v1.2.3-eva2000.05 install.

yum -y install docker-io febootstrap
service docker start
chkconfig docker on
mkdir /dockerbase
cd /dockerbase
febootstrap -i nano -i iputils -i vim-minimal -i iproute -i bash -i coreutils -i yum centos centos http://centos.mirror.iweb.ca/6.5/os/x86_64/ -u http://centos.mirror.iweb.ca/6.5/updates/x86_64/
cd centos/
tar -c . | docker import - centos

Check image:

docker images
docker ps -l

More image details:

docker run -t -i centminmod/centos65base /bin/bash
bash-4.1# uname -a; cat /etc/redhat-release 
Linux 25e6106d752c 3.8.13-16.2.2.el6uek.x86_64 #1 SMP Tue Nov 26 08:41:44 PST 2013 x86_64 x86_64 x86_64 GNU/Linux
CentOS release 6.5 (Final)

Tag summary

Content type

Image

Digest

sha256:8c8109b4e

Size

96 MB

Last updated

almost 11 years ago

docker pull centminmod/centos65base