1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - Linux系统 - 正文

君子好学,自强不息!

如何解决docker http 500错误问题?

docker下载镜像received unexpected Http status:500 Internal Server Error

解决办法

1.就是网上说的 关闭selLinue ,但是对我就没用

2.就是不使用镜像加速 ,但是出现连接超时

3.就是加上具体版本号 结果就成功了

[root@localhost ~]# docker pull registry.docker-cn.com/library/zookeeper:3.4.13
/etc/sysconfig/docker: line 4: PTIONS: command not found
/etc/sysconfig/docker: line 5: /bin/bash:: No such file or directory
Trying to pull repository registry.docker-cn.com/library/zookeeper ... 
sha256:3cdb36641a9c1bda682ceef85b23410a48a9c38b43716d99c11b5dae0eae8781: Pulling from registry.docker-cn.com/library/zookeeper
6c40cc604d8e: Pull complete 
e78b80385239: Pull complete 
f41fe1b6eee3: Pull complete 
365a20fafc58: Pull complete 
9e606d67ebbc: Pull complete 
36ef678bdfcf: Pull complete 
19d9db30b445: Pull complete 
Digest: sha256:3cdb36641a9c1bda682ceef85b23410a48a9c38b43716d99c11b5dae0eae8781
Status: Downloaded newer image for registry.docker-cn.com/library/zookeeper:3.4.13
[root@localhost ~]#


本文来源:1818IP

本文地址:https://www.1818ip.com/post/2780.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。