摘要: [TOC] ## 部署Python 后端服务 #### 部署python 服务 1. 拉取python镜像 ``` docker pull python:3.9.13 ``` 2. 查看镜像 ``` docker images ``` 3. 运行容器 ``` docker run -p 9000:8 阅读全文
posted @ 2023-07-28 13:21 朱允见 阅读(317) 评论(0) 推荐(0)