Boa noite,
Não estou conseguindo realizar o comando docker compose up --build
Ocorre uma warning e um erro:
Warning:
time="2025-04-05T20:13:47-03:00" level=warning msg="D:\Familia Matos\Google Drive\Cursos Alura\Programação\Microservicos\alura-ms\docker-compose.yml: the attribute version
is obsolete, it will be ignored, please remove it to avoid potential confusion"
Erro: unable to get image 'alura-ms-consumer-academico': error during connect: Get "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.48/images/alura-ms-consumer-academico/json": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
Cada vez que eu rodo este comando, a "fonte" do erro muda mas o erro é o mesmo.
Seguem variações do erro:
Erro 2: unable to get image 'postgres': error during connect: Get "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.48/images/postgres/json": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
Erro 3: unable to get image 'mongo': error during connect: Get "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.48/images/mongo/json": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
Erro 4: unable to get image 'nginx': error during connect: Get "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.48/images/nginx/json": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
Segue a imagem de um dos erros: