摘要: 1.docker build -t productapi -f ./Product.API/Dockerfile . 构建容器 docker build -t productapi:1.0 -f ./Product.API/Dockerfile . 2.docker run -d -p 9050:8 阅读全文
posted @ 2022-02-25 16:02 冷月0574 阅读(31) 评论(0) 推荐(0)