# docker-centos **Repository Path**: ahjdzx/docker-centos ## Basic Information - **Project Name**: docker-centos - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2020-05-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Init ```bash git clone git@gitee.com:ahjdzx/docker-centos.git cd docker-centos prjHome=`pwd` centosVer=7 ``` ## Build pkg ```bash docker run -i -t -v $prjHome/:/build --name=build-centos-${centosVer} ahjdzx/centos:${centosVer} /bin/bash /build/script/build_pkg.sh ``` ## Build image ```bash docker build -t ahjdzx/centos:${centosVer} ./ ```