2020年4月14日
摘要: 1 , docker build -t xiaomai/flask .(当前目录) 构建镜像 --tag, -t: 镜像的名字及标签 2.docker run gochaochao/flask-hello-world 运行镜像 docker run -d gochaochao/flask-hello 阅读全文
posted @ 2020-04-14 15:10 仙人小麦 阅读(135) 评论(0) 推荐(0) 编辑