Building a Custom CentOS 6 LNP Image with Docker
Environment Setup
A single CentOS 6.5 virtual machine is required, along with febootstrap and docker intsalled.
Installing febootstrap
yum install -y yum-priorities && rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
yum -y install febootstrap ...
Posted on Thu, 07 May 2026 16:29:22 +0000 by mk_silence