文件名称:python_be:ECS实验室
文件大小:2KB
文件格式:ZIP
更新时间:2024-03-13 19:23:05
Python
建立形象 docker build -t python_be:latest . 运行名称为python_fe的容器 docker run --name python_be -d -p 8080:5000 python_be:latest 创建网络以启用通信 docker network create python_nw docker network connect python_nw python_be docker network connect python_nw python_fe 找到两个容器的IP地址 docker network inspect python_nw
【文件预览】:
python_be-main
----app.py(247B)
----Dockerfile(177B)
----requirements.txt(220B)
----README.md(419B)
----.gitignore(0B)