Partilhar via


O runtime do contêiner parece estar com problemas de integridade

.NET Aspire requer Docker (ou Podman) para estar funcionando e saudável. Este tópico descreve um possível sintoma que pode ocorrer se Docker não estiver em um estado saudável.

Sintomas

Ao iniciar o AppHost, o dashboard não aparece e uma stack trace de exceção semelhante a este exemplo é exibida na consola:

info: Aspire.Hosting.DistributedApplication[0]
      Aspire version: 8.1.0-dev
info: Aspire.Hosting.DistributedApplication[0]
      Distributed application starting.
info: Aspire.Hosting.DistributedApplication[0]
      Application host directory is: D:\aspire\playground\PostgresEndToEnd\PostgresEndToEnd.AppHost
fail: Microsoft.Extensions.Hosting.Internal.Host[11]
      Hosting failed to start
      Aspire.Hosting.DistributedApplicationException: Container runtime 'docker' was found but appears to be unhealthy. The error from the container runtime check was error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.45/containers/json?limit=1": open //./pipe/docker_engine: The system cannot find the file specified..

Soluções possíveis

Confirme se Docker está instalado e em execução:

  • No Windows, verifique se na bandeja do sistema o ícone de Docker está presente e marcado como "Em execução".
  • Em Linux, verifique se docker ps -a indica sucesso.