Tag: 易安装

Docker Centos 7 easy_install supervisor ssl问题后面的代理

在过去的两天,我正在阅读docker-container并试图设置一个Apache容器。 我在代理后面。 以下是我的Dockerfile的内容。 FROM centos:latest ENV http_proxy <Perfect Proxy schema here> ENV https_proxy <Perfect Proxy schema here> ENV ftp_proxy <Perfect Proxy schema here> RUN yum -y update RUN yum -y install python-setuptools RUN easy_install supervisor RUN mkdir -p /var/log/supervisor RUN yum -y install which RUN yum -y install git RUN easy_install supervisor之前,一切顺利。 我得到下面的错误。 Step 6 […]