2025年8月22日
摘要: 编译和运行环境分离 以C++项目为例,容器运行除了项目的二进制文件以外,还需要相关的依赖库,而运行环境中并不需要编译环境中的大部分依赖 # Compile FROM docker.io/library/ubuntu:latest AS builder # Install compile relate 阅读全文
posted @ 2025-08-22 16:14 umichan 阅读(12) 评论(0) 推荐(0)