疯狂驴驴 (@do2) 在 Docker Buildx怎么使用使用代理? 中发帖
因为要用打包 arm 平台上的镜像,所以尝试用buildx 来搞
# Dockerfile
FROM hello-world
sudo docker buildx build -f Dockerfile -t aaa . --load
不配置代理连最简单的hello world 都打包不了,更别提跨平台了
[image]
[image]