'Error when i try to up docker compose on Windows

When i run the command docker-compose, im having the following error :

Sending build context to Docker daemon    888kB
Step 1/10 : FROM python:3.9-slim-buster
Sending build context to Docker daemon    888kB
Step 1/8 : FROM mcr.microsoft.com/mssql/server
2 errors occurred:
        * Status: Get "https://registry-1.docker.io/v2/": Not Found, Code: 1
        * Status: Get "https://mcr.microsoft.com/v2/": Not Found, Code: 1

OBS.: Im using proxy and already configure this on Docker Desktop



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source