.net core 镜像在docker 中运行

    科技2025-09-06  61

    #构建镜像 docker build -t linux.web:v1.0.2 . #运行镜像 docker run -d -p 7005:80 -v /data/logs/linux.web:/app/logs --name linux.web3 linux.web:v1.0.2

     

    Processed: 0.010, SQL: 8