摘要: #1. Dockerfile FROM centos:7.6.1810RUN set -ex \&& yum install -y wget \&& wget https://bootstrap.pypa.io/get-pip.py \&& python get-pip.py\&& pip inst 阅读全文
posted @ 2020-11-13 13:31 郭峰g 阅读(1268) 评论(0) 推荐(0) 编辑