摘要: Dockerfile实战: >> mkdir flask-hello-world >> cd flask-hello-world >> vi DOckerfile ~FROM python:2.7 ~LABEL maintainer="995945908@qq.com" ~COPY app.py / 阅读全文
posted @ 2019-06-20 17:13 技术小白升职计 阅读(139) 评论(0) 推荐(0) 编辑