CentOS 6.6 + EPEL + centminmod.com
1.0K
Created via CentOS 6.6 host server a base CentOS 6.6 docker image with EPEL YUM repository support for Centmin Mod LEMP stack work http://centminmod.com
yum -y install docker-io
docker pull centos:6.6
docker run -t -i centos:6.6 /bin/bash
yum -y install epel-release which hostname git subversion bc nano wget lynx make gcc gcc-c++ automake screen unzip yum-plugin-fastestmirror mtr sysstat mlocate coreutils autoconf cronie crontabs cronie-anacron nc curl curl-devel gd gd-devel pcre pcre-devel flex bison file glib2 glib2-devel bzip2 bzip2-devel lsof cmake strace
yum -y install libX11-devel mesa-libGL-devel perl-Time-HiRes pigz lbzip2 patch imake bind-utils expect
yum -y update
yum clean all
rm -rf /var/cache/*
Image commit
docker commit -m "initial base CentOS 6.6 EPEL image" CONTAINERID centminmod/centos66epel:v1
To use this image
yum -y install docker-io
docker pull centminmod/centos66epel
Search for centminmod docker images
docker search centminmod
Content type
Image
Digest
sha256:e56b12bbf…
Size
202.2 MB
Last updated
almost 11 years ago
docker pull centminmod/centos66epel