dockerfile基于centos7打包nginx

FROM centos:7 MAINTAINER Jack.Liu LABEL Discription="nginx base of centos7" version="1.0" RUN yum install epel-release -y RUN yum install nginx -y WORKDIR /etc/nginx/conf.d/ #RUN rm -rf * COPY ./plsto
相关文章
相关标签/搜索