[server] resolve image config for docker-image://docker.io/docker/dockerfile:1:
failed to solve: failed to resolve source metadata for >docker.io/docker/dockerfile:1: failed to authorize: failed to fetch oauth token: >Post “https://auth.docker.io/token”: dial tcp 67.230.169.182:443: connectex: No >connection could be made because the target machine actively refused it.
我已经挂了代理,可以正常docker pull拉取镜像。
# syntax=docker/dockerfile:1
ARG PYTHON_VERSION=3.12.5
FROM python as base
但是compose up 一直失败,试了重新登录、换源、bukit false。。无法解决
docker.exe compose -f\
D:\10264\Documents\Dev\pyCharm\Projects\webManager\compose.yaml
-p webmanager up -d