When I tried to develop with docker and docker compose up -d, I got the following.
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: failed to fetch anonymous token: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fmysql%3Apull&service=registry.docker.io: net/http: TLS handshake timeout
It was fixed here.
docker-compose build --no-cache
docker compose up -d
Recommended Posts