crazylsq 这个问题我也遇到了,排查一下是因为官方提供的devops-agent有问题,安装的docker版本下载不了 后面我解决这个的办法是,容器用宿主机的docker,编辑jenkins配置,在对应的agent下 增加配置 hostPathVolume: hostPath: “/usr/bin/docker” mountPath: “/usr/bin/docker”