docker http 500 오류에 대한 해결 방법: 1. selLinue를 끄세요. 2. 미러 가속을 사용하지 마세요. 3. "docker pull Registry.docker-cn.com/library/zookeeper:3.4."와 같은 특정 버전 번호를 추가하세요. 13".
이 기사의 운영 환경: centOS6.8 시스템, Zookeeper 버전 3.4.13, Dell G3 컴퓨터.
Docker http 500 오류 문제를 해결하는 방법은 무엇입니까?
docker 다운로드 이미지가 예기치 않게 수신되었습니다. Http 상태: 500 내부 서버 오류
해결 방법
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 중국어 웹사이트의 기타 관련 기사를 참조하세요!