首頁  >  文章  >  運維  >  如何解決docker http 500錯誤問題

如何解決docker http 500錯誤問題

藏色散人
藏色散人原創
2022-01-20 15:39:1110680瀏覽

docker http 500錯誤的解決方法:1、關閉selLinue;2、不使用映像加速;3、新增特定版本號,如「docker pull registry.docker-cn.com/library/zookeeper:3.4 .13”。

如何解決docker http 500錯誤問題

本文操作環境:centOS6.8系統、zookeeper 3.4.13版、Dell G3電腦。

如何解決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 ~]#
 

### ######推薦學習:《###docker影片教學###》###

以上是如何解決docker http 500錯誤問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn