Loading

随笔分类 -  Docker

摘要:--no-cache 参数 !! 此参数会禁用整个 Dockerfile 的缓存. docker build --no-cache -t app-service:0.0.1 . 阅读全文
posted @ 2023-01-13 11:03 辣子鸡炒蚌 阅读(593) 评论(0) 推荐(0)
摘要:buildx docker版本19.03之后添加 buildx , 可构建多架构镜像 构建 build时添加参数: buildx --platform=linux/amd64 docker buildx build --platform=linux/amd64 -t [image-name] . 查 阅读全文
posted @ 2022-10-14 17:11 辣子鸡炒蚌 阅读(3134) 评论(0) 推荐(0)