CentOS 7 + EPEL + centminmod.com
507
Created via CentOS 6.6 host server a base CentOS 7 docker image with EPEL YUM repository support for Centmin Mod LEMP stack work http://centminmod.com
yum -y install docker-io
docker pull centos:7
docker run -t -i centos:7 /bin/bash
yum -y install epel-release 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 7 EPEL image" CONTAINERID centminmod/centos7epel:v1
Search for centminmod docker images
docker search centminmod
Content type
Image
Digest
sha256:472e813d4…
Size
150.4 MB
Last updated
almost 11 years ago
docker pull centminmod/centos7epel:v1