摘要:
1.在项目目录下创建并编写Dockerfile文件 2.修改Dockerfile文件内容 #安装python版本 FROM python:3.7 # 工作目录 WORKDIR /flask_test # 复制的目录到docker中 (requirements.txt需要包含gunicorn) COP 阅读全文
2021年8月19日
摘要:
0.更新yum yum -y update 1.手动安装container.io yum install -y https://mirrors.aliyun.com/docker-ce/linux/centos/8/x86_64/edge/Packages/containerd.io-1.3.7-3 阅读全文
摘要:
supervisor常用命令 阅读全文