当前位置:   article > 正文

DOCKER PUSH镜像到本地仓库报RECEIVED UNEXPECTED HTTP STATUS: 500 INTERNAL SERVER ERROR_ns=docker.io: 500 internal server error - server m

ns=docker.io: 500 internal server error - server message: unknown: unknown e

查看SElinux的状态,将其设置为Permissive

[root@localhost log]# getenforce
Enforcing
[root@localhost log]# setenforce 0
[root@localhost log]# getenforce
Permissive
  • 1
  • 2
  • 3
  • 4
  • 5

重新docker push 即可

[root@localhost docker]# docker push 192.168.197.100:5000/test 
The push refers to a repository [192.168.197.100:5000/test]
b3f465d7c4d1: Pushed 
a5f27630cdd9: Pushed 
239a096513b5: Pushed 
f5b9430e0e42: Pushed 
3e207b409db3: Pushed 
latest: digest: sha256:e09ed8c6c837d366a501f15dcb47939bbbb6242bf3886270834e2a0fa1555234 size: 1363
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/人工智能uu/article/detail/878213
推荐阅读
相关标签
  

闽ICP备14008679号