简体   繁体   English

Docker - 来自守护程序的错误响应:收到意外的 HTTP 状态:503 服务不可用

[英]Docker - Error response from daemon: received unexpected HTTP status: 503 Service Unavailable

I'm trying to pull/run an image with the following command:我正在尝试使用以下命令拉取/运行图像:

docker run -d --name sonarqube -p 9000:9000 sonarqub

But I got the following error:但我收到以下错误:

Error response from daemon: received unexpected HTTP status: 503 Service Unavailable.

The issue is not your end.问题不是你的目的。 Docker registry is down at the moment. Docker 注册表目前已关闭。

在此处输入图像描述

status.docker.com 状态.docker.com

You can check for docker-registry status, it should work once it back to normal.您可以检查 docker-registry 状态,一旦恢复正常,它应该可以工作。

Sometimes it happens.有时候这种情况会发生。 I also faced this issue.我也面临这个问题。 I just reloaded the daemon and restarted the docker service.我刚刚重新加载守护进程并重新启动了 docker 服务。 It solved this issue.它解决了这个问题。 You can use the below commands.您可以使用以下命令。

$ sudo systemctl daemon-reload #THIS IS RESCUE COMMAND…
$ sudo systemctl restart docker
$ sudo systemctl status docker

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 docker 组合收到意外的 HTTP 状态:503 服务不可用 - docker compose up received unexpected HTTP status: 503 Service Unavailable docker:来自守护进程的错误响应:grpc:连接不可用 - docker: Error response from daemon: grpc: the connection is unavailable docker:来自守护程序的错误响应:获取 https://registry-1.docker.io/v2/:服务不可用。 IN Z469A31FD9D773110F14057BAECCDDD25Z,MAC - docker: Error response from daemon: Get https://registry-1.docker.io/v2/: Service Unavailable. IN DOCKER , MAC 来自守护进程的错误响应:意外状态代码 404 - Error response from daemon: Unexpected status code 404 “ docker run swarm create”失败,错误为“ 503 Service Unavailable” - “docker run swarm create” failed with error “503 Service Unavailable” docker 登录 private nexus => 来自守护程序的错误响应:登录尝试 http://ip:port/v2/ 失败,状态:404 未找到 - docker login on private nexus => Error response from daemon: login attempt to http://ip:port/v2/ failed with status: 404 Not Found docker push image to registry get error received unexpected HTTP status: 500 Internal Server Error - docker push image to registry get error received unexpected HTTP status: 500 Internal Server Error Docker中的503服务暂时不可用nginx / 1.13.3 - 503 Service Temporarily Unavailable nginx/1.13.3 in docker Docker Windows 本地注册表:收到意外 HTTP 状态:500 内部服务器错误 - Docker Windows Local Registry: received unexpected HTTP status: 500 Internal Server Error Docker 推送 Heroku 注册表收到意外 HTTP 状态:500 内部服务器错误 - Docker push Heroku Registry received unexpected HTTP status: 500 Internal Server Error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM